From 0e74694889607a06a64fc65bc89909ae80eb87d3 Mon Sep 17 00:00:00 2001 From: killian <63927363+KillianLucas@users.noreply.github.com> Date: Tue, 9 Apr 2024 09:17:02 +0000 Subject: [PATCH] Python --- unix.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/unix.sh b/unix.sh index 1faf878..b616318 100644 --- a/unix.sh +++ b/unix.sh @@ -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/."