IPython import failure and python sys.path in general

前端 未结 9 1438
清酒与你
清酒与你 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:05

    Making changes to the path did not help in any way. However running ipython as a super user worked (although I'm not proud of it!)

    sudo ipython
    

提交回复
热议问题