File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -80,7 +80,7 @@ eval "$(pyenv init -)"
80
80
eval " $( pyenv virtualenv-init -) "
81
81
```
82
82
83
- For Linux, Windows Subsystem for Linux (WSL), or on macOS (if you
83
+ For Linux, Windows Subsystem for Linux (WSL), or macOS (if you
84
84
don't want to use ` brew ` ) you can use
85
85
[ pyenv/pyenv-installer] ( https://github.com/pyenv/pyenv-installer ) to
86
86
install the necessary tools. Before running this ensure that you have
Original file line number Diff line number Diff line change @@ -97,7 +97,7 @@ END_OF_LINE
97
97
98
98
fi
99
99
cat << 'END_OF_LINE '
100
- For Linux, Windows Subsystem for Linux (WSL), or on mac OS (if you don't want
100
+ For Linux, Windows Subsystem for Linux (WSL), or macOS (if you don't want
101
101
to use "brew") you can use https://github.com/pyenv/pyenv-installer to install
102
102
the necessary tools. Before running this ensure that you have installed the
103
103
prerequisites for your platform according to the pyenv wiki page,
217
217
218
218
# Create a new virtual environment for this project
219
219
#
220
- # If $PYTHON_VERSION is undefined then the global version of Python will be used.
220
+ # If $PYTHON_VERSION is undefined then the current pyenv Python version will be used.
221
221
#
222
222
# We can't quote ${PYTHON_VERSION:=} below since if the variable is
223
223
# undefined then we want nothing to appear; this is the reason for the
You can’t perform that action at this time.
0 commit comments