ubuntu install ipython
update-alternatives --install /usr/bin/python python /usr/bin/python3 10update-alternatives --install /usr/bin/python python /usr/bin/python3 10(This gives a priority of 10 for the path of python3....
·
-
update-alternatives --install /usr/bin/python python /usr/bin/python3 10update-alternatives --install /usr/bin/python python /usr/bin/python3 10
(This gives a priority of 10 for the path of python3. The disadvantage of editing .bashrc file is that it will not work while using the commands with sudo) -
pip3 install ipython
.
更多推荐
已为社区贡献3条内容
所有评论(0)