Can't find Python executable “python”

后端 未结 4 1204
慢半拍i
慢半拍i 2020-12-24 11:54

When i install iconv with npm got the following error:

iconv@2.1.0 install /root/Dropbox/nodeApps/nodeApp/node_modules/iconv

4条回答
  •  遥遥无期
    2020-12-24 12:48

    the problem was because of ~/.bashrc was not loaded on ssh login. I put PATH vars to ~/.bash_profile and it's ok

提交回复
热议问题