Open Julian opened 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.
foo; python_version<='2.7'
foo
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 hadfoo
before.