rhel8中自带python3.6,所以直接使用pip3命令

linux中安装ipython

1.一定要保持能联网,并且网络通畅
图解--linux中安装ipython
如果网络不行,在安装的过程中就会出现如下问题
图解--linux中安装ipython
2.pip3 install ipython因为是python3版本,所以要使用pip3而不是pip
图解--linux中安装ipython
图解--linux中安装ipython
3.安装成功,测试使用
图解--linux中安装ipython

相关文章:

  • 2021-12-06
  • 2022-01-05
  • 2021-08-26
  • 2021-04-15
  • 2022-12-23
  • 2021-11-07
  • 2022-02-07
  • 2022-02-17
猜你喜欢
  • 2021-08-31
  • 2021-10-18
  • 2021-10-17
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
相关资源
相似解决方案