Julian / venvs

venvs creates virtualenvs
https://pypi.org/project/venvs/
MIT License
17 stars 12 forks source link

Adding a non-affecting environment marker should not recreate the venv #87

Open Julian opened 5 years ago

Julian commented 5 years ago

This gets trickier obviously, but e.g. in a 2.7 venv, adding foo; python_version<='2.7' should not recreate the env if it had foo before.