virtualenv-burrito 2.7
Yesterday, virtualenv-burrito 2.7 was released. There are two significant changes:
- All Python packages in the
.venvburrito
directory are now inside a versioned site-packages directory. For example, if you are running Python 2.7 during the install or upgrade, all packages will now live inlib/python2.7/site-packages
. - The
pip
program is no longer user accessible (i.e., in the PATH). You could easily figure out where it’s been moved, but that’s discouraged (and unsupported).