python

mac上Python安装和修改Python默认路径遇到的问题

2018-11-19  本文已影响0人  ag4kd

1.Mac系统自带的python环境在:

Python 2.7.10:

/System/Library/Frameworks/Python.framework/Version/2.7

其中,解释器在该目录下的

 ./bin/python2.7

Python 2.6.9:

/System/Library/Frameworks/Python.framework/Version/2.6

其中,解释器在该目录下的

./bin/python2.6

2.用户安装的python环境默认环境在:

python 3.4.2:

/Library/Frameworks/Python.framework/Version/3.4

其中,解释器在该目录下的

./bin/python3.4

python 2.7.7:

/Library/Frameworks/Python.framework/Version/2.7

其中,解释器在该目录下的

./bin/python2.7 

3.homebrew安装的python在

../Cellar/python3/3.6.1/bin

pip3所在位置

/Cellar/python3/3.6.1/bin/pip3
上一篇下一篇

猜你喜欢

热点阅读