IPython import failure and python sys.path in general

前端 未结 9 1576
清酒与你
清酒与你 2021-01-17 10:35

I\'m following this post to make one ipython rule all the virtualenvs.

From what I understand, the main idea of the post is that when in a virtualenv, ipython can no

9条回答
  •  遥遥无期
    2021-01-17 11:24

    If you install ipython3 using apt-get, you would not face any problems like that.

    Instead of ipython, you should type ipython3 on the terminal.

    For Python 2 use ipython2.

提交回复
热议问题