Answers for "rename python3 to python"

0

rename python3 to python

# (tested on ubuntu)
# add into ~/.bashrc
alias python=python3

# run 
source ~/.bashrc
Posted by: Guest on July-05-2021

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language