Open graingert opened 4 years ago
I don't install virtualenv from apt anymore, and instead use pipx run virtualenv, if pipx is installed and virtualenv is not - use pipx run virtualenv instead
pipx run virtualenv
I'm not entirely sure I understand what you're proposing?
@MichaelAquilina issue text updated
another option is to fallback to python -m venv where available
python -m venv
I don't install virtualenv from apt anymore, and instead use
pipx run virtualenv
, if pipx is installed and virtualenv is not - usepipx run virtualenv
instead