Skip to content

Commit

Permalink
Anaconda: default to installing Python3 interpreter.
Browse files Browse the repository at this point in the history
  • Loading branch information
riccardomurri committed Jan 12, 2020
1 parent 305bd5e commit 892170b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/playbooks.rst
Original file line number Diff line number Diff line change
Expand Up @@ -1166,7 +1166,7 @@ The following variables may be set to alter the role behavior:
- ``2019.10``
- Version of the Anaconda Python distribution to install
* - ``anaconda_python_version``
- ``2``
- ``3``
- Anaconda comes with either a Python2 or a Python3 interpreter
-- choose which one you want here.
* - ``anaconda_in_path``
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ anaconda_version : '2019.10'

# Anaconda comes with either a Python2 or a Python3 interpreter
# -- choose which one you want here.
anaconda_python_version : '2'
anaconda_python_version : '3'

# remove installer file after successful installation?
anaconda_cleanup : False
Expand Down

0 comments on commit 892170b

Please sign in to comment.