MichaelAquilina / zsh-autoswitch-virtualenv

🐍 ZSH plugin to automatically switch python virtualenvs (including pipenv and poetry) as you move between directories
GNU General Public License v3.0
497 stars 79 forks source link

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

Open graingert opened 4 years ago

graingert commented 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

MichaelAquilina commented 4 years ago

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

graingert commented 4 years ago

@MichaelAquilina issue text updated

graingert commented 4 years ago

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