Add 'custom-cmds-in-ubuntu/bin_examples/installing_python3.sh'
This commit is contained in:
parent
0a2806daf5
commit
02ffc6792f
16
custom-cmds-in-ubuntu/bin_examples/installing_python3.sh
Normal file
16
custom-cmds-in-ubuntu/bin_examples/installing_python3.sh
Normal file
@ -0,0 +1,16 @@
|
||||
#!/bin/bash
|
||||
###################################
|
||||
############ by Sthope ############
|
||||
###################################
|
||||
|
||||
## nano ~/.bashrc
|
||||
## and add this to the end of the file: export PATH=$PATH:~/bin
|
||||
## sudo chmod +x ~/bin/*;su -l $USER
|
||||
|
||||
#### USAGE
|
||||
# bash -c "$(wget -qLO - https://git.sthope.dev/sthope/sthope-examples/src/branch/master/custom-cmds-in-ubuntu/bin_examples/installing_python3.sh)"
|
||||
#
|
||||
sudo apt-get update
|
||||
sudo apt-get upgrade -y
|
||||
|
||||
sudo apt-get install -y python3-pip
|
Loading…
x
Reference in New Issue
Block a user