标签: python-3.x scipy ipython
我正在使用virtualenv,其中Ipython与python 3.7一起运行,但是在shell中,“ python3”对应于3.6。这就是为什么发生问题?
“ help('modules')”在ipython中不返回“ scipy”,但在shell中包含了scipy。
我检查了sys.path。在ipython中,路径对应于3.7版,而与shell中的sys.path对应于3.6版。
我通过pip3安装了scipy,重新安装/升级并不能解决问题。