想安装Ipython, 通过pip 安装上了,不能直接运行,没有命令
>>ipython _command not found_ ipython
但是运行:
>>python3 -m IPython
是可以出现的,也就是说我的ipytho安装好了,就是使用起来麻烦
我不知道该怎么描述想要解决的问题,看了下软连接,不是我想要得效果
我想要直接输入ipython就启动,就像运行python3 -m IPython一样。请大神指点