Skip to content

Commit

Permalink
use python3.11 bin
Browse files Browse the repository at this point in the history
  • Loading branch information
itsarune committed Sep 28, 2023
1 parent 7232533 commit 6698554
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion environment_setup/setup_software.sh
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ print_status_msg "Installing Python"
sudo make altinstall > /dev/null
cd "$CURR_DIR"

if ! sudo /opt/tbotspython/bin/python3 -m pip install --upgrade pip ; then
if ! sudo /opt/tbotspython/bin/python3.11 -m pip install --upgrade pip ; then
print_status_msg "Error: Upgrading pip version in venv failed"
exit 1
fi
Expand Down

0 comments on commit 6698554

Please sign in to comment.