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

Added export for environment variable. #195

Closed BaDxKaRMa closed 8 months ago

BaDxKaRMa commented 8 months ago

FIX: This line was not updating the environment variable due to the removal of the export command. When this was moved outside of the original function it was in export was removed and the AUTOSWITCH_VIRTUAL_ENV_DIR assignment stopped working.