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
Virtualenv is opinionated about the user's environment. It claims that PYTHONDONTWRITEBYTECODE is not compatible with setuptools, though the code makes no reference to a bug report or other indication as to why setuptools is not compatible.
Presumably, with 0.7, setuptools is now compatible with that variable. This check should probably be removed. Is there anything else that needs to be done?
The text was updated successfully, but these errors were encountered:
We can remove it when we enforce setuptools >= 0.7 as per Issue #428
I've been a bit out of the loop lately on that - I guess just submit a PR to remove this and next release should have this in (thus added to milestone).
Virtualenv is opinionated about the user's environment. It claims that PYTHONDONTWRITEBYTECODE is not compatible with setuptools, though the code makes no reference to a bug report or other indication as to why setuptools is not compatible.
Presumably, with 0.7, setuptools is now compatible with that variable. This check should probably be removed. Is there anything else that needs to be done?
The text was updated successfully, but these errors were encountered: