Skip to content Skip to sidebar Skip to footer

Python Path In .bash_profile Not Respected

Been Googling and searching here to no avail, so forgive me if this is a duplicate. Basically, I installed Python 3.4 on my machine (Mac running Yosemite 10.10.2), but when I run p

Solution 1:

Usually you would just type python3 or python3.4 to get a specific version. You should try that.

Most developers also use virtual environments which give you the ability to handle python versions and modules per application. There is an introduction at http://docs.python-guide.org/en/latest/dev/virtualenvs/

Post a Comment for "Python Path In .bash_profile Not Respected"