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
Prevent loss of data on `virtualenv-delete -f` if the env doesn't exi…
…st and the PREFIX envvar is set elsewhere (#518)
* Rename the PREFIX var just in case as too generic
Co-authored-by: Ivan Pozdeev <vano@mail.mipt.ru>
Link python*-config into VE (#460)
Required to build binaries that link against Python.
Carl Meyer, the champion for PEP 0405, has confirmed that there isn't a particular reason why `venv` doesn't do that.