Skip to content

Commit

Permalink
PYENV
Browse files Browse the repository at this point in the history
  • Loading branch information
KillianLucas committed Apr 9, 2024
1 parent a839b4b commit 1c0df12
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 @@ -41,7 +41,7 @@ if [[ $installed_version != *"$python_version"* ]]; then
fi

# Use the specific Python version to install open-interpreter
pyenv exec $python_version -m pip install open-interpreter
pyenv exec python$python_version -m pip install open-interpreter

echo "Open Interpreter has been installed. Run the following command to use it:"
echo "interpreter"

0 comments on commit 1c0df12

Please sign in to comment.