Skip to content

Commit 9d96ea0

Browse files
committed
Update README
1 parent d18e46c commit 9d96ea0

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

README.rst

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -37,17 +37,17 @@ search your home directory:
3737
.. code-block:: bash
3838
3939
$ pyenv users ~
40-
3.7.9 /home/peter/.cache/pypoetry/virtualenvs/my_project-KM_3YcvM-py3.7
41-
3.7.9 /home/peter/work/venvs/long name with spaces
42-
3.8.6 /home/peter/.cache/pypoetry/virtualenvs/my_project-KM_3YcvM-py3.8
43-
pypy3.6-7.3.1 /home/peter/work/venvs/example1
40+
3.7.9 .cache/pypoetry/virtualenvs/my_project-KM_3YcvM-py3.7
41+
3.7.9 work/venvs/long name with spaces
42+
3.8.6 .cache/pypoetry/virtualenvs/my_project-KM_3YcvM-py3.8
43+
pypy3.6-7.3.1 work/venvs/example1
4444
4545
For scripting, use the ``--raw`` option to output a list of ``:`` separated
46-
items:
46+
items. The ``--absolute-paths`` option may also be useful in this case:
4747

4848
.. code-block:: bash
4949
50-
$ pyenv users --raw ~
50+
$ pyenv users --raw --absolute-paths ~
5151
3.7.9:/home/peter/.cache/pypoetry/virtualenvs/my_project-KM_3YcvM-py3.7
5252
3.7.9:/home/peter/work/venvs/long name with spaces
5353
3.8.6:/home/peter/.cache/pypoetry/virtualenvs/my_project-KM_3YcvM-py3.8

0 commit comments

Comments
 (0)