File tree Expand file tree Collapse file tree 2 files changed +1
-10
lines changed
Expand file tree Collapse file tree 2 files changed +1
-10
lines changed Original file line number Diff line number Diff line change @@ -24,17 +24,9 @@ Prerequisites
2424Installation
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
Original file line number Diff line number Diff line change 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.
124124declare -a links versions venvs
125-
126125collect_links " $DIR " links
127126collect_pairs links versions venvs
128127print_pairs versions venvs
You can’t perform that action at this time.
0 commit comments