You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Please provide the following details when opening an issue:
Operating System (uname -a)
Darwin Eriks-MacBook-Pro-1037.local 21.1.0 Darwin Kernel Version 21.1.0: Sat Sep 11 12:27:45 PDT 2021; root:xnu-8019.40.67.171.4~1/RELEASE_ARM64_T8101 arm64
zsh version (zsh --version)
zsh 5.8 (x86_64-apple-darwin21.0)
autoswitch-virtualenv version
echo "$AUTOSWITCH_VERSION"
3.3.2
How is zsh-autoswitch-virtualenv installed?
zplug
zplug
oh-my-zsh
Antigen
Other (please specify)
Steps to reproduce the issue
I run mkvenv, and it executes succesfully. The venv is activated.
But if I leave the project and come back, I get this:
Python pipenv project detected. Run mkvenv to setup autoswitching
gist link to your zshrc
source ~/.zplug/init.zsh
# Make sure to use double quotes
zplug "zsh-users/zsh-history-substring-search"
zplug "MichaelAquilina/zsh-autoswitch-virtualenv"
# Install plugins if there are plugins that have not been installed
if ! zplug check --verbose; then
printf "Install? [y/N]: "
if read -q; then
echo; zplug install
fi
fi
# Then, source plugins and add commands to $PATH
zplug load --verbose
The text was updated successfully, but these errors were encountered:
Issue Details
Please provide the following details when opening an issue:
Operating System (uname -a)
Darwin Eriks-MacBook-Pro-1037.local 21.1.0 Darwin Kernel Version 21.1.0: Sat Sep 11 12:27:45 PDT 2021; root:xnu-8019.40.67.171.4~1/RELEASE_ARM64_T8101 arm64
zsh version (zsh --version)
zsh 5.8 (x86_64-apple-darwin21.0)
autoswitch-virtualenv version
How is zsh-autoswitch-virtualenv installed?
zplug
Steps to reproduce the issue
I run mkvenv, and it executes succesfully. The venv is activated.
But if I leave the project and come back, I get this:
Python pipenv project detected. Run mkvenv to setup autoswitching
gist link to your zshrc
The text was updated successfully, but these errors were encountered: