0

我在 bluehost 上安装了 django 1.2.4、Python 2.6.6 和最新的 osqa[july2012]。我想使用 Rosetta 翻译 osqa 应用程序[工作正常]。我在 Mac 上使用带有 ssh 连接的终端。

osqa 在这里

 ~/.local/lib/python2.6/site-packages/osqa/

当我想安装 Rosetta 时,我运行easy_install django-rosetta并收到以下错误:

    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 30] 
Read-only file system: '/usr/lib/python2.6/site-packages/test-easy-install-28753.write-test'The installation directory you specified (via --install-dir, --prefix, or
    the distutils default setting) was:/usr/lib/python2.6/site-packages/

我怎样才能使它可写?osqa、django 和 python 的安装很顺利,但 Rosetta 就是不想要。我已经easy_install django-rosetta在根目录和站点包目录中运行了。

4

1 回答 1

0

从长远来看,你最好使用virtualenv

于 2012-07-30T19:55:19.833 回答