问题记录

Mac下Python版本切换

使用pyenv安装完高版本的Python后,想要切换到原来mac自带的版本,只需要在.bash_profile最后面添加上:

# Setting PATH for Python 2.7
# The orginal version is saved in .bash_profile.pysave
PATH="/Library/Frameworks/Python.framework/Versions/2.7/bin:${PATH}"
export PATH

Mac在启动时,会先加载系统配置文件(包括~/.bash_profile),所有默认的命令路径将会被配置文件中的路径覆盖,并且,是后面覆盖前面的路径:例如,在终端输入Python,系统会在配置文件中的路径查找,一直到找到位置(在配置文件中从后面向前找)。详细讲解请参考:https://www.zhihu.com/question/30941329中Steven Liu的回答。

 

系统自带Python下安装第三方插件提示无权限问题

Installing Setuptools running install Checking .pth file support in /Library/Python/2.7/site-packages/ error: can't create or remove files in install directory The following error occurred while trying to add or remove files in the installation directory:

[Errno 13] Permission denied: '/Library/Python/2.7/site-packages/test-easy-install-789.pth'

The installation directory you specified (via --install-dir, --prefix, or the distutils default setting) was:

/Library/Python/2.7/site-packages/

解决方法:使用sudo python setup.py install

 

转载于:https://www.cnblogs.com/zwliang/p/5995028.html

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值