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
507 stars 80 forks source link

docs: Document that 'python' needs to be available in '$PATH' #173

Closed moha-gh closed 2 years ago

moha-gh commented 2 years ago

Document that a 'python' (without a version suffix like 'python3') needs to be available in '$PATH' for the plugin to work.

This is a follow-up to #171 and #172.

MichaelAquilina commented 2 years ago

Thanks for the change @moha-gh :)