perone / stallion

Stallion - A Python Package Manager

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Support Virtual Environments

tsabat opened this issue · comments

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

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

hehe, no worries.

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

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