简体   繁体   English

通过pip安装IPython后如何运行IPython

[英]How can I run IPython after I installed it via pip

I installed IPython via 我通过安装IPython

python3 -m pip install ipython[all]

And now I am wondering how to set an alias or symlink to run it from the console via 现在我想知道如何设置aliassymlink以通过控制台从控制台运行它

ipython3

Hope you can help me here! 希望你能在这里帮助我! Thanks! 谢谢!

Okay, nevermind, found it under 好吧,没关系,在

/Library/Frameworks/Python.framework/Versions/3.3/lib/python3.3/site-packages/I‌​Python/terminal/ipapp.py

I someone is interested, I just put together some walkthrough for installing IPython in a custom dir... Here is the link 我有兴趣的人,我只是整理了一些在自定义目录中安装IPython的演练... 这里是链接

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM