我是python /编码的新手,最近才开始使用ipython shell。但是,它自动默认为python 2.7版本,我想将其切换为3.6。如果有人能指出我正确的方向,我会很感激。我正在使用MacBook Air。下面是启动python shell时的外观。而且我已经安装了两个Python版本。
Python 2.7.15 |Anaconda, Inc.| (default, Dec 14 2018, 13:10:39)
Type "copyright", "credits" or "license" for more information.
IPython 5.8.0 -- An enhanced Interactive Python.
? -> Introduction and overview of IPython's features.
%quickref -> Quick reference.
help -> Python's own help system.
object? -> Details about 'object', use 'object??' for extra
details.
答案 0 :(得分:0)
使用pip3(而不是pip)安装ipython。可能需要先卸载现有版本的ipython。
答案 1 :(得分:0)
确保which python
返回python 3二进制文件。如果没有,则需要找到二进制文件并将其添加到python 2二进制文件前面的$PATH
中