From 87fe8e095769f556e984eba612a4ab3fe4e4db85 Mon Sep 17 00:00:00 2001 From: Lee Christensen Date: Mon, 11 Dec 2023 12:56:51 -0800 Subject: [PATCH] remove spaces from pyenv commands --- docs/requirements.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/requirements.md b/docs/requirements.md index b861102..0adc6d0 100644 --- a/docs/requirements.md +++ b/docs/requirements.md @@ -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.