From fc8c5185ab8d9a57b9cb5b8be7cef3df7c34a479 Mon Sep 17 00:00:00 2001 From: brent-stone <17680096+brent-stone@users.noreply.github.com> Date: Sat, 22 Jan 2022 17:51:11 -0500 Subject: [PATCH] Update README.rst typos and bad command listed in pyenv examples --- README.rst | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.rst b/README.rst index 9efde35..6b2a7a1 100644 --- a/README.rst +++ b/README.rst @@ -22,7 +22,8 @@ It's recommended to uninstall any existing system-wide Python3 interpreter befor * It's possible/likely a full restart may be required. * ``pyenv --version`` to test install succeeded. * Install Python versions using the install command: ``pyenv install 3.10.2``. - * [optional] Set your preffered version as the default: ``pyenv install 3.10.2``. + * [optional] Set your preferred default python version systemwide: ``pyenv global 3.10.2``. + * [optional] Set your preferred default python version for a folder/project/repo: ``pyenv local 3.10.2``. * [optional] Global default may be checked with ``which python``. 2. `Poetry`_