From: AJ ONeal Date: Sun, 18 Jul 2021 00:32:40 +0000 (-0600) Subject: docs(pyenv): cheatsheet: add `pyenv global system` X-Git-Url: https://git.josue.xyz/?p=webi-installers%2F.git;a=commitdiff_plain;h=de7eb27ee75d8c3ad8b1a0491b58d1fbbfe088b2 docs(pyenv): cheatsheet: add `pyenv global system` --- diff --git a/pyenv/README.md b/pyenv/README.md index aa7a24d..85a7eae 100644 --- 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