在pycharm的terminal中输入ls,提示bash: ls: command not found,无法使用Linux命令
是因为环境变量PATH被修改了
只需在命令行执行

export PATH=/bin:/usr/bin:$PATH

相关文章:

  • 2021-11-16
  • 2021-05-28
  • 2022-02-03
  • 2021-12-04
  • 2021-11-30
  • 2022-02-14
  • 2022-12-23
  • 2021-10-13
猜你喜欢
  • 2021-12-17
  • 2021-09-12
  • 2021-10-06
  • 2021-04-22
  • 2021-10-04
  • 2022-12-23
  • 2021-06-02
相关资源
相似解决方案