开发者

Share django lib

开发者 https://www.devze.com 2023-04-13 03:26 出处:网络
How share Django lib with multiple python (for example 2.6 and 3.开发者_JAVA技巧1) ? A simple way is with ln -s ... is the correct way or is there something a little more clever?You should be using vi

How share Django lib with multiple python (for example 2.6 and 3.开发者_JAVA技巧1) ? A simple way is with ln -s ... is the correct way or is there something a little more clever?


You should be using virtualenv for all of your python projects anyway: just install the modules you need for whichever project you are working on, rather than trying to worry about 'sharing'. For modules that compile files, you are probably going to hit problems doing it that way anyway.

0

精彩评论

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

关注公众号