Skip to content

Commit ca173a5

Browse files
committed
Tidy
1 parent a2f4fc3 commit ca173a5

File tree

2 files changed

+1
-10
lines changed

2 files changed

+1
-10
lines changed

README.rst

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -24,17 +24,9 @@ Prerequisites
2424
Installation
2525
------------
2626

27-
Verify that ``$PYENV_ROOT`` has been configured:
28-
29-
.. code-block:: bash
30-
31-
$ echo $PYENV_ROOT
32-
33-
Install the plugin:
34-
3527
.. code-block:: bash
3628
37-
$ git clone https://github.com/pyenv/pyenv-users.git "$PYENV_ROOT"/plugins/pyenv-users
29+
$ git clone https://github.com/pyenv/pyenv-users.git "$(pyenv root)/plugins/pyenv-users"
3830
3931
4032
Usage

bin/pyenv-users

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,6 @@ fi
122122
# and `venvs` are venv pathnames. Using parallel arrays since arrays-of-arrays
123123
# are a pain in bash. Keeping versions and venvs separate avoids needing awk.
124124
declare -a links versions venvs
125-
126125
collect_links "$DIR" links
127126
collect_pairs links versions venvs
128127
print_pairs versions venvs

0 commit comments

Comments
 (0)