Answers for "make python use python3"

2

make python use python3

sudo update-alternatives --install /usr/bin/python python /usr/bin/python3 10
Posted by: Guest on September-28-2021
-1

python3 to python

alias python=python3
Posted by: Guest on May-17-2021

Python Answers by Framework

Browse Popular Code Answers by Language