upgrading to python3.5.2 still gives me python 3.4 -


installed python 3.5.2 tarball python.org osx when input

python3 result is: python 3.4.3 (v3.4.3:9b73f1c3e601, feb 23 2015, 02:52:03)

tried:

conda install python=3.5 

but got:

the following specifications found in conflict:   - enum34 -> python 2.6*|2.7*|3.3*   - python 3.5* 

then tried:

conda remove -n testa enum34 

still getting 3.4 install when input python3

edit: resolved! updated /.bash_profile , removed 3.4 paths


Comments

Popular posts from this blog

javascript - Thinglink image not visible until browser resize -

firebird - Error "invalid transaction handle (expecting explicit transaction start)" executing script from Delphi -

mongodb - How to keep track of users making Stripe Payments -