pip 指定目录

版权声明:本文为博主原创文章,未经博主允许不得转载。 https://blog.csdn.net/qq_33733970/article/details/83748531

pip install --target=d:\somewhere\other\than\the\default package_name

http://stackoverflow.com/questions/2915471/install-a-python-package-into-a-different-directory-using-pip
https://blog.csdn.net/guotong1988/article/details/61196363

猜你喜欢

转载自blog.csdn.net/qq_33733970/article/details/83748531