zsh-autoswitch-virtualenv icon indicating copy to clipboard operation
zsh-autoswitch-virtualenv copied to clipboard

run virtualenv with `pipx run virtualenv` if virtualenv is missing

Open graingert opened this issue 3 years ago • 3 comments

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

graingert avatar Jul 31 '20 11:07 graingert

I'm not entirely sure I understand what you're proposing?

MichaelAquilina avatar Aug 04 '20 08:08 MichaelAquilina

@MichaelAquilina issue text updated

graingert avatar Aug 04 '20 08:08 graingert

another option is to fallback to python -m venv where available

graingert avatar Aug 04 '20 08:08 graingert