Skip to content

Commit fbf3f4e

Browse files
committed
Simplify example in README
1 parent 034f902 commit fbf3f4e

1 file changed

Lines changed: 10 additions & 11 deletions

File tree

README.rst

Lines changed: 10 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -68,17 +68,16 @@ specified directory:
6868

6969
.. code-block:: bash
7070
71-
$ pyenv versions
72-
* system (set by /home/peter/.local/pyenv/version)
73-
3.6.10
74-
3.7.5
75-
3.7.9
76-
3.8.6
77-
3.9.1
78-
pypy3.6-7.3.0
79-
pypy3.6-7.3.1
80-
81-
$ comm -3 <(pyenv users --raw ~ | cut -d: -f1 | uniq) <(pyenv versions | tail -n+2 | tr -d "[:blank:]") | tr -d "[:blank:]"
71+
$ pyenv versions --bare
72+
3.6.10
73+
3.7.5
74+
3.7.9
75+
3.8.6
76+
3.9.1
77+
pypy3.6-7.3.0
78+
pypy3.6-7.3.1
79+
80+
$ comm -3 <(pyenv users --raw ~ | cut -d: -f1 | uniq) <(pyenv versions --bare) | tr -d "[:blank:]"
8281
3.6.10
8382
3.7.5
8483
3.9.1

0 commit comments

Comments
 (0)