remove spaces from pyenv commands

This commit is contained in:
Lee Christensen
2023-12-11 12:56:51 -08:00
parent 65616207cb
commit 87fe8e0957
+2 -2
View File
@@ -159,8 +159,8 @@ eval "$(pyenv init -)"
4. Restart your shell
5. Install a version of Python and configure the version of Python to use globally on your machine
```bash
pyenv install 3.11.2
pyenv global 3.11.2
pyenv install 3.11.2
pyenv global 3.11.2
```
**Validation:** Running `python3 --version` should show version 3.11.2.