Skip to content

Commit

Permalink
Python
Browse files Browse the repository at this point in the history
  • Loading branch information
KillianLucas committed Apr 9, 2024
1 parent 1c0df12 commit 0e74694
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion unix.sh
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ python_version=3.11.9
pyenv install $python_version --skip-existing

# Explicitly use the installed Python version for commands
installed_version=$(pyenv exec $python_version --version)
installed_version=$(pyenv exec python$python_version --version)
echo "Installed Python version: $installed_version"
if [[ $installed_version != *"$python_version"* ]]; then
echo "Python $python_version was not installed correctly. Please open an issue at https://github.com/openinterpreter/universal-python/."
Expand Down

0 comments on commit 0e74694

Please sign in to comment.