admin 管理员组

文章数量: 1184232

但是每当我运行这个命令时,就会出现以下错误wget -O - | python

错误消息:--2014-04-19 17:29:52--

Resolving bitbucket.org (bitbucket.org)... 131.103.20.167, 131.103.20.168

Connecting to bitbucket.org (bitbucket.org)|131.103.20.167|:443... connected.

HTTP request sent, awaiting response... 200 OK

Length: 10332 (10K) [text/plain]

Saving to: `STDOUT'

100%[======================================>] 10,332 --.-K/s in 0s

2014-04-19 17:29:53 (267 MB/s) - written to stdout [10332/10332]

Extracting in /tmp/tmpDXrlBn

Now working in /tmp/tmpDXrlBn/setuptools-3.4.4

Installing Setuptools

running install

error: can't create or remove files in install directory

The following error occurred while trying to add or remove files in the

installation directory:

[Errno 13] Permission denied: '/usr/local/lib/python2.7/dist-packages/test-easy-install- 19015.write-test'

The installation directory you specified (via --install-dir, --prefix, or

the distutils default setting) was:

/usr/local/lib/python2.7/dist-packages/

Perhaps your account does not have write access to this directory? If the

installation directory is a system-owned directory, you may need to sign in

as the administrator or "root" account. If you do not have administrative

access to this machine, you may wish to choose a different installation

directory, preferably one that is listed in your PYTHONPATH environment

variable.

For information on other options, you may wish to consult the

documentation at:

Please make the appropriate changes for your system and try again.

在浏览解决方案时,我发现

sudo easy_安装

或者改变Python也可以。我需要一个相对详细的解决方案,因为我都不能去工作。提前谢谢。

本文标签: 受阻 系统 编程