Skip to content

Commit

Permalink
Update BikaSenaiteServerIntroduction.md
Browse files Browse the repository at this point in the history
  • Loading branch information
luthando5 authored Oct 3, 2024
1 parent a9ca825 commit ab0cf56
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/BikaSenaiteServerIntroduction.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit ab0cf56

Please sign in to comment.