ryzen@cp7:~$ python
Command 'python' not found, did you mean:

command 'python3' from deb python3

root@DESKTOP-I:/usr/bin# echo alias python=python3 >> .bashrc
root@DESKTOP-I:/usr/bin#  . ./.bashrc
root@DESKTOP-I:/usr/bin# python
Python 3.8.2 (default, Mar 13 2020, 10:14:16)
[GCC 9.3.0] on linux
Type "help", "copyright", "credits" or "license" for more information.

————————————————
版权声明:本文为CSDN博主「十八口丁」的原创文章,遵循CC 4.0 BY-SA版权协议,转载请附上原文出处链接及本声明。
原文链接:https://blog.csdn.net/qq_37797234/article/details/106210394

相关文章:

  • 2021-04-19
  • 2021-10-02
  • 2022-01-22
  • 2022-02-13
  • 2022-12-23
  • 2021-04-13
  • 2021-12-05
猜你喜欢
  • 2022-12-23
  • 2022-02-08
  • 2021-05-15
  • 2021-07-17
  • 2022-12-23
  • 2021-09-07
  • 2022-01-17
相关资源
相似解决方案