perone / stallion

Stallion - A Python Package Manager
Other
297 stars 26 forks source link

Support Virtual Environments #21

Open tsabat opened 12 years ago

tsabat commented 12 years ago

Provide the ability to choose the virtual environment from the file system. This should respect --no-site-packages

tsabat commented 12 years ago

Oops... Just realized this could be installed in your virtualenv. Doh.

perone commented 12 years ago

hehe, no worries.

perone commented 12 years ago

I reopened this to investigate a little further. What we need is to be able to inspect virtual environments without installing Stallion inside them.

d1ffuz0r commented 12 years ago

I started working on this feature. Already can find all virtualenv in system https://gist.github.com/2830348