EADST

Error: python not found

We need to add the Python path to the system's PATH. Here are the steps:

  1. Open the ~/.bashrc file in a text editor.

    vi ~/.bashrc

  2. Press "i" to add the Python interpreter to the system's PATH at the end of the file.

    export PATH=$PATH:/home/xxx/miniconda3/bin/

  3. Press "ESC" and type "!wq " to save the file and exit the editor.

  4. Update the changes.

    source ~/.bashrc

相关标签
About Me
XD
Goals determine what you are going to be.
Category
标签云
站点统计

本站现有博文242篇,共被浏览287770

本站已经建立1772天!

热门文章
文章归档
回到顶部