【发布时间】:2020-04-16 15:57:37
【问题描述】:
我已经使用 Pip3 成功安装了 Ipython 6.0.0:
pip3 install IPython
但是当试图运行命令时
Ipython
我收到了这个错误:
bash: IPython: command not found
这是pip list 结果:
- ipykernel (5.1.3)
- ipython (6.0.0)
- ipython-genutils (0.2.0)
- ..
- ..
- 笔记本 (6.0.2)
这是pip3 show IPython的结果
Name: ipython
Version: 6.0.0
Summary: IPython: Productive Interactive Computing
Home-page: https://ipython.org
Author: The IPython Development Team
Author-email: ipython-dev@python.org
License: BSD
Location: /home/pi/.local/lib/python3.5/site-packages
Requires: setuptools, traitlets, jedi, pexpect, pygments, pickleshare, simplegeneric, prompt-toolkit, decorator
【问题讨论】: