从python.org安装python 3.5.2 tarball for OSX但输入时
python3
结果是:
Python 3.4.3 (v3.4.3:9b73f1c3e601, Feb 23 2015, 02:52:03)
尝试:
conda install python=3.5
但得到了:
The following specifications were found to be in conflict:
- enum34 -> python 2.6*|2.7*|3.3*
- python 3.5*
然后尝试了:
conda remove -n testA enum34
输入python3
时仍然安装3.4编辑:已解决!我更新了我的/.bash_profile并删除了3.4路径