anaconda / anaconda-project

Tool for encapsulating, running, and reproducing data science projects
https://anaconda-project.readthedocs.io/en/latest/
Other
221 stars 88 forks source link

Add python3 alias to path #282

Closed musm closed 4 years ago

musm commented 4 years ago

One major issue with python3 is that a lot of the tutorials now assume python3. With the miniconda distribution only python is added to path while typing in python3 in a terminal open up the windows store and asks you to install python 3. This is really odd and should be changed to that Anaconda also adds an alias for python3. Similar concerns hold for pip3 etc.

jbednar commented 4 years ago

Good idea, but it sounds like a suggestion for conda or the Anaconda Individual Edition, not for the anaconda-project command.