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).
These changes should help reduce some confusion and incompatibilities reported on the GitHub project.
To upgrade to the latest version, run:
virtualenv-burrito upgrade
If you are installing for the first time, run:
curl -sL https://raw.githubusercontent.com/brainsik/virtualenv-burrito/master/virtualenv-burrito.sh | $SHELL