Skip to content
This repository has been archived by the owner on Sep 26, 2023. It is now read-only.

Commit

Permalink
Minor bug fix
Browse files Browse the repository at this point in the history
  • Loading branch information
raytitan committed Apr 15, 2021
1 parent 8b4260b commit e77c184
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion perception_dev_setup
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ intall_singularity() {

install_python() {
apt update -y
apt install python3.7
apt install -y python3.7
update-alternatives --install /usr/bin/python3 python3 /usr/bin/python3.6 1
update-alternatives --install /usr/bin/python3 python3 /usr/bin/python3.7 2
update-alternatives --config python3
Expand Down

0 comments on commit e77c184

Please sign in to comment.