File tree 2 files changed +4
-8
lines changed
2 files changed +4
-8
lines changed Original file line number Diff line number Diff line change 22
22
23
23
{ printf " \x1B[31;1m"
24
24
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."
29
27
echo
30
28
printf " \x1B[0m"
31
29
} 1>&2
Original file line number Diff line number Diff line change @@ -11,10 +11,8 @@ set -e
11
11
12
12
{ printf " \x1B[31;1m"
13
13
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."
18
16
echo
19
17
printf " \x1B[0m"
20
18
} 1>&2
You can’t perform that action at this time.
0 commit comments