File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -46,8 +46,8 @@ There are a few ways to do this, but we prefer to use
46
46
create and manage a Python virtual environment specific to this
47
47
project.
48
48
49
- The ` setup-env ` tool in this repository is our recommended method
50
- for automating the entire environment configuration process. The
49
+ We recommend using the ` setup-env ` tool located in this repository,
50
+ as it automates the entire environment configuration process. The
51
51
dependencies required to run this tool are
52
52
[ GNU ` getopt ` ] ( https://github.com/util-linux/util-linux/blob/master/misc-utils/getopt.1.adoc ) ,
53
53
[ ` pyenv ` ] ( https://github.com/pyenv/pyenv ) , and [ ` pyenv-virtualenv ` ] ( https://github.com/pyenv/pyenv-virtualenv ) .
Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ Options:
27
27
-h | --help Show this message.
28
28
-i | --install-hooks Install hook environments for all environments in the
29
29
pre-commit config file.
30
- -l | --list-versions List available Python versions and select interactively.
30
+ -l | --list-versions List available Python versions and select one interactively.
31
31
-v | --venv-name Specify the name of the virtual environment.
32
32
-p | --python-version Specify the Python version for the virtual environment.
33
33
@@ -63,7 +63,7 @@ if [[ $(getopt --version 2> /dev/null) != *"getopt from util-linux"* ]]; then
63
63
are not supported by the POSIX getopt found in some systems, particularly
64
64
those with a non-GNU version of getopt. This distinction is crucial
65
65
as a system might have a non-GNU version of getopt installed by default,
66
- which could lead to unexpected behavior or script failure .
66
+ which could lead to unexpected behavior.
67
67
68
68
On the Mac, we recommend installing brew (https://brew.sh/). Then installation
69
69
is as simple as `brew install gnu-getopt` and adding this to your
You can’t perform that action at this time.
0 commit comments