pip安装到指定目录
用户目录下面,.pip目录下建立pip.conf文件。
[install] install-option=--prefix=~/.local
然后pip的库就安装到用户目录下的.local下面了
参考:http://stackoverflow.com/questions/2915471/pip-how-do-i-install-a-python-package-into-a-different-directory
转载请注明: 转载自http://jyd.me/
本文链接地址: pip安装到指定目录
- Slope One
- Oozie Shell Action 配置
不错,谢谢!
pip安装到指定目录