我在bluehost上安装了django 1.2.4,Python2.6.6和最新的osqajuly2012。我想使用rosetta来翻译osqa appworks fine。我正在使用带有ssh连接的mac上的终端。
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。
发布于 2012-07-31 03:55:20
从长远来看,使用virtualenv要好得多
https://stackoverflow.com/questions/11727887
复制相似问题