Skip to content

Commit

Permalink
Update apps_setup: install python 3
Browse files Browse the repository at this point in the history
  • Loading branch information
themobileprof authored Sep 22, 2023
1 parent 81a9e11 commit 9a27ce6
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion apps_setup
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,9 @@ main() {

echo ">>> Installing Python 3 ..."
echo "# Python is a robust programming and scripting language"
install python
install tur-repo
apt install python3.8
ln -s $PREFIX/bin/python3.8 $PREFIX/bin/python
}

# Now you can call the install function
Expand Down

0 comments on commit 9a27ce6

Please sign in to comment.