docs(pyenv): cheatsheet: add pyenv global system

This commit is contained in:
AJ ONeal
2021-08-15 03:52:17 +00:00
committed by AJ ONeal
parent 2881fe1923
commit de7eb27ee7
+6
View 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