From ab0cf561db206546b0ef26727721d5132e63f11d Mon Sep 17 00:00:00 2001 From: Luthando Ndlela <104898641+luthando5@users.noreply.github.com> Date: Thu, 3 Oct 2024 16:54:48 +0200 Subject: [PATCH] Update BikaSenaiteServerIntroduction.md --- docs/BikaSenaiteServerIntroduction.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/BikaSenaiteServerIntroduction.md b/docs/BikaSenaiteServerIntroduction.md index dac5e0d..2d86f2f 100644 --- a/docs/BikaSenaiteServerIntroduction.md +++ b/docs/BikaSenaiteServerIntroduction.md @@ -113,7 +113,7 @@ Version 0.9, 03 Oct 2024 echo 'export PYENV_ROOT="$HOME/.pyenv"' >> ~/.bashrc echo 'export PATH="$PYENV_ROOT/bin:$PATH"' >> ~/.bashrc - echo \-e 'if command \-v pyenv 1\>/dev/null 2\>&1; then\\n eval* "$(pyenv init \--path)"\\nfi' \>\> \~/.bashrc + echo -e 'if command -v pyenv 1>/dev/null 2>&1; then eval* "$(pyenv init --path)"nfi' >> ~/.bashrc Refresh the terminal