Mac中-bash: ipython: command not found
程序员文章站
2022-05-27 23:15:50
...
如果已经使用pip install ipython安装了ipython,而且还是出现了如下错误:
-bash: ipython: command not found
那么我们使用;
python -m IPython --version
来查看ipython版本,如果看到版本信息,那么就可以使用python -m IPython 命令来启动ipython
如果要使用ipython命令来启动,可以在用户目录下的 .bash_profile中增加如下:
alias ipython="python -m IPython"
这样就可以了
上一篇: Ubuntu修改数据源
下一篇: Ubuntu ftp安装+配置+测试
推荐阅读
-
bash scp command not found的解决方法
-
解决 bash: vue command not found
-
linux下提示bash:command not found
-
-bash: mysqladmin: command not found问题解决
-
svn 没有killall命令的解决方法 -bash: killall: command not found
-
mac command not found: adb(mac电脑配置Android环境变量)
-
MAC系统中Command键功能有哪些
-
bash scp command not found的解决方法
-
mac安装appium时执行appium-doctor命令提示command not found: appium-doctor
-
-bash: ifconfig: command not found