Skip to content

Commit 0989d17

Browse files
author
Michael Saki
committed
Change comments for macOS and venv_name
1 parent 01abde6 commit 0989d17

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

CONTRIBUTING.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ environment.
6363

6464
#### Installing and using GNU `getopt`, `pyenv`, and `pyenv-virtualenv` ####
6565

66-
On the Mac, we recommend installing [brew](https://brew.sh/). Then
66+
On macOS, we recommend installing [brew](https://brew.sh/). Then
6767
installation is as simple as `brew install gnu-getopt pyenv pyenv-virtualenv` and
6868
adding this to your profile:
6969

@@ -80,7 +80,7 @@ eval "$(pyenv init -)"
8080
eval "$(pyenv virtualenv-init -)"
8181
```
8282

83-
For Linux, Windows Subsystem for Linux (WSL), or on the Mac (if you
83+
For Linux, Windows Subsystem for Linux (WSL), or on macOS (if you
8484
don't want to use `brew`) you can use
8585
[pyenv/pyenv-installer](https://github.com/pyenv/pyenv-installer) to
8686
install the necessary tools. Before running this ensure that you have

setup-env

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ It does the following:
1919
- Configures git remotes for upstream "lineage" repositories.
2020
2121
Usage:
22-
setup-env [--venv-name virtual_env_name] [--python-version python_version]
22+
setup-env [--venv-name venv_name] [--python-version python_version]
2323
setup-env (-h | --help)
2424
2525
Options:
@@ -67,7 +67,7 @@ if [[ $(getopt --version 2> /dev/null) != *"getopt from util-linux"* ]]; then
6767
as a system might have a non-GNU version of getopt installed by default,
6868
which could lead to unexpected behavior.
6969
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
7171
is as simple as `brew install gnu-getopt` and adding this to your
7272
profile:
7373
@@ -86,7 +86,7 @@ if [ -z "$(command -v pyenv)" ] || { [ -z "$(command -v pyenv-virtualenv)" ] &&
8686
if [[ "$OSTYPE" == "darwin"* ]]; then
8787
cat << 'END_OF_LINE'
8888
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
9090
is as simple as `brew install pyenv pyenv-virtualenv` and adding this to your
9191
profile:
9292
@@ -97,7 +97,7 @@ END_OF_LINE
9797

9898
fi
9999
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
101101
to use "brew") you can use https://github.com/pyenv/pyenv-installer to install
102102
the necessary tools. Before running this ensure that you have installed the
103103
prerequisites for your platform according to the pyenv wiki page,

0 commit comments

Comments
 (0)