Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR SHELL

rename python3 to python

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

# run 
source ~/.bashrc
 
PREVIOUS NEXT
Tagged: #rename #python
ADD COMMENT
Topic
Name
7+6 =