projects
/
webi-installers
/
.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2881fe1
)
docs(pyenv): cheatsheet: add `pyenv global system`
author
AJ ONeal
<coolaj86@gmail.com>
Sun, 18 Jul 2021 00:32:40 +0000
(18:32 -0600)
committer
AJ ONeal
<aj@therootcompany.com>
Sun, 15 Aug 2021 03:52:17 +0000
(
03:52
+0000)
pyenv/README.md
patch
|
blob
|
history
diff --git
a/pyenv/README.md
b/pyenv/README.md
index aa7a24d4fc5cb9daf168786a6305fee593e24a6c..85a7eae29b0fbf8b33ac3eb0b1c3c3e43e256fd5 100644
(file)
--- a/
pyenv/README.md
+++ b/
pyenv/README.md
@@
-59,6
+59,12
@@
python --version
#> Python 3.9.1
```
+Revert back to your system python:
+
+```bash
+pyenv global system
+```
+
### List all available python version
```bash