我正在设置我的 VPS 以部署我的 rails 应用程序,但我的服务器端不断发生权限被拒绝错误。我不得不重新安装 perl 和 curl,现在我得到以下内容:
deployer@max:~$ rbenv bootstrap-ubuntu-12-04
bash: /usr/bin/python: permission denied
我尝试重新安装python但没有成功。我该如何解决?
更新:
root@max:/home/deployer# cd /usr
root@max:/usr# cd bin
root@max:/usr/bin# cd python
bash: cd: python: not a directory
这是否意味着没有正确安装python?
更新:
deployer@max:~$ ls -l 'which python'
total 0
deployer@max:~$ python
bash: /usr/bin/python: permission denied
我认为这意味着 python 没有正确安装,所以我计算了以下
deployer@d:~$ su root
root@d:/home/deployer# apt-get install python
python package is already the latest version
所以我还没有找到解决方案。