@@ -19,7 +19,7 @@ It does the following:
19
19
- Configures git remotes for upstream "lineage" repositories.
20
20
21
21
Usage:
22
- setup-env [--venv-name virtual_env_name ] [--python-version python_version]
22
+ setup-env [--venv-name venv_name ] [--python-version python_version]
23
23
setup-env (-h | --help)
24
24
25
25
Options:
@@ -67,7 +67,7 @@ if [[ $(getopt --version 2> /dev/null) != *"getopt from util-linux"* ]]; then
67
67
as a system might have a non-GNU version of getopt installed by default,
68
68
which could lead to unexpected behavior.
69
69
70
- On the Mac , we recommend installing brew (https://brew.sh/). Then installation
70
+ On macOS , we recommend installing brew (https://brew.sh/). Then installation
71
71
is as simple as `brew install gnu-getopt` and adding this to your
72
72
profile:
73
73
@@ -86,7 +86,7 @@ if [ -z "$(command -v pyenv)" ] || { [ -z "$(command -v pyenv-virtualenv)" ] &&
86
86
if [[ " $OSTYPE " == " darwin" * ]]; then
87
87
cat << 'END_OF_LINE '
88
88
89
- On the Mac , we recommend installing brew, https://brew.sh/. Then installation
89
+ On macOS , we recommend installing brew, https://brew.sh/. Then installation
90
90
is as simple as `brew install pyenv pyenv-virtualenv` and adding this to your
91
91
profile:
92
92
@@ -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 the Mac (if you don't want
100
+ For Linux, Windows Subsystem for Linux (WSL), or on mac OS (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,
0 commit comments