如何将ipython Shell从2.7版本切换到3.6版本

时间:2019-02-11 01:00:50

标签: python python-3.x python-2.7 anaconda ipython

我是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.

2 个答案:

答案 0 :(得分:0)

使用pip3(而不是pip)安装ipython。可能需要先卸载现有版本的ipython。

答案 1 :(得分:0)

确保which python返回python 3二进制文件。如果没有,则需要找到二进制文件并将其添加到python 2二进制文件前面的$PATH