Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我在我的 C 上打开了一个增强的控制台:从 GitHub 派生和拉取 IPython。
我工作中的优秀 Python 开发人员不得不在安装完成之前休假并留下一行命令作为指令。不幸的是,当我将它们输入增强型控制台时,我得到了一个错误。以下命令和错误:
命令:python setupegg.py 开发
错误:“python:无法打开文件'setupegg.py':[Errno 2]没有这样的文件或目录
提前致谢
这通常是从 GitHub 安装 IPython 的最快方法:
pip install -e git+https://github.com/ipython/ipython#egg=ipython
GitHub 上几乎所有的 Python 包都是如此。