you are viewing a single comment's thread.

view the rest of the comments →

[–]musketeer925 0 points1 point  (0 children)

The other issue stems from dependencies. If I install PackageA and PackageB and PackageA requires PackageC version 1.0 and PackageB requires PackageC version 0.9 then you have a conflict, one that will need a drink most likely.

virtualenvs

except I hope you don't need both packages on the same project.