docs(pyenv): cheatsheet: add `pyenv global system`
authorAJ ONeal <coolaj86@gmail.com>
Sun, 18 Jul 2021 00:32:40 +0000 (18:32 -0600)
committerAJ ONeal <aj@therootcompany.com>
Sun, 15 Aug 2021 03:52:17 +0000 (03:52 +0000)
pyenv/README.md

index aa7a24d4fc5cb9daf168786a6305fee593e24a6c..85a7eae29b0fbf8b33ac3eb0b1c3c3e43e256fd5 100644 (file)
@@ -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