File tree Expand file tree Collapse file tree 2 files changed +4
-8
lines changed Expand file tree Collapse file tree 2 files changed +4
-8
lines changed Original file line number Diff line number Diff line change 2222
2323{ printf " \x1B[31;1m"
2424 echo
25- echo " Failed to activate virtualenv."
26- echo
27- echo " Perhaps pyenv-virtualenv has not been loaded into your shell properly."
28- echo " Please restart current shell and try again."
25+ echo " \` pyenv activate' requires Pyenv and Pyenv-Virtualenv to be loaded into your shell."
26+ echo " Check your shell configuration and Pyenv and Pyenv-Virtualenv installation instructions."
2927 echo
3028 printf " \x1B[0m"
3129} 1>&2
Original file line number Diff line number Diff line change @@ -11,10 +11,8 @@ set -e
1111
1212{ printf " \x1B[31;1m"
1313 echo
14- echo " Failed to deactivate virtualenv."
15- echo
16- echo " Perhaps pyenv-virtualenv has not been loaded into your shell properly."
17- echo " Please restart current shell and try again."
14+ echo " \` pyenv deactivate' requires Pyenv and Pyenv-Virtualenv to be loaded into your shell."
15+ echo " Check your shell configuration and Pyenv and Pyenv-Virtualenv installation instructions."
1816 echo
1917 printf " \x1B[0m"
2018} 1>&2
You can’t perform that action at this time.
0 commit comments