我为服务器中的安装包提取、配置和使用了 make。
但是,我无法使用make install。我得到错误
[~/wepapps/python/Python-2.6.1]# make install
/usr/bin/install -c python /usr/local/bin/python2.6
/usr/bin/install: cannot create regular file `/usr/local/bin/python2.6': Permission denied
make: *** [altbininstall] Error 1
我运行文件夹
chmod +x Python-2.6.1
我仍然得到同样的错误。
如何在没有 sudo 访问权限的情况下运行make install ?