Skip to content

Commit

Permalink
Fixed python install
Browse files Browse the repository at this point in the history
  • Loading branch information
aminfara committed Jul 26, 2024
1 parent 1189908 commit 9348cd8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion zshrc.sh
Original file line number Diff line number Diff line change
Expand Up @@ -240,7 +240,7 @@ myzsh_install_python() {
print_line "Installing python $1"
pyenv install "$1"
pyenv global "$1"
activate_pyenv
myzsh_activate_pyenv
python3 -m pip install --upgrade pip
echo "Python version:"
python --version
Expand Down

0 comments on commit 9348cd8

Please sign in to comment.