Answers for "use alias to start python code"

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
0

python alias

alias python=python3
Posted by: Guest on February-27-2021

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language