Skip to content

Commit

Permalink
Update README.rst
Browse files Browse the repository at this point in the history
typos and bad command listed in pyenv examples
  • Loading branch information
brent-stone authored Jan 22, 2022
1 parent db95f2c commit fc8c518
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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`_
Expand Down

0 comments on commit fc8c518

Please sign in to comment.