How to make python3.2 interpreter the default interpreter in debian

后端 未结 5 1090
走了就别回头了
走了就别回头了 2021-02-05 09:38

I got both python2 and python3 installed in my debian machine. But when i try to invoke the python interpreter by just typing \'python\' in bash, python2 pops up and not python3

5条回答
  •  忘掉有多难
    2021-02-05 10:07

    using command:

        update-alternatives --config python
    

    Might Work However On My System(I have Python2&3 Installed As Well) It Gives Me An Error Saying No Alternatives For Python...

提交回复
热议问题