Answers for "how to add python3 alias to python3.8"

2

create python alias for python3

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

# run the command
source ~/.bashrc
Posted by: Guest on September-29-2021

Code answers related to "how to add python3 alias to python3.8"

Python Answers by Framework

Browse Popular Code Answers by Language