You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The PYTHONPATH environment variable includes the virtualenv-burrito site-packages. This causes bad behaviour for setuptools as the version in there will override whatever is actually installed in the virtualenv itself.
The site-packages is included in order to make virtualenvwrapper function.
The text was updated successfully, but these errors were encountered:
As a partial work-around, I'm currently matching the version of setuptools installed by virtualenv-burrito to the version installed by virtualenv. This means virtualenvs will have consistent setuptools versions, which should remove some (most?) of the confusing cases.
Leaving this open for a full fix.
brainsik
changed the title
Bad setuptools behaviour with virtualenv-burrito in the PYTHONPATH
Confusing setuptools behaviour with virtualenv-burrito in the PYTHONPATH
Jun 13, 2015
The PYTHONPATH environment variable includes the virtualenv-burrito site-packages. This causes bad behaviour for setuptools as the version in there will override whatever is actually installed in the virtualenv itself.
The site-packages is included in order to make virtualenvwrapper function.
The text was updated successfully, but these errors were encountered: