Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PYTHON

create python alias for python3

# add this to ~/.bashrc
alias python=python3

# run the command
source ~/.bashrc
 
PREVIOUS NEXT
Tagged: #create #python #alias
ADD COMMENT
Topic
Name
2+7 =