开发者

Installing python packages in a custom dir

开发者 https://www.devze.com 2023-03-01 00:29 出处:网络
I installed \"django-openid-auth\" and it copied the egg to the django installation directory. I would like my installations to happen in a \"plugins\" directory within the django app. How would I do

I installed "django-openid-auth" and it copied the egg to the django installation directory. I would like my installations to happen in a "plugins" directory within the django app. How would I do this? I checked options under pytho开发者_运维百科n setup.py --help but couldn't find anything. Can I just copy everything from the site-packages folder into the plugins folder?


"Custom Installation"

0

精彩评论

暂无评论...
验证码 换一张
取 消