Openerp7.0 源码 普通用户安装
-
如题。
我只有普通用户的权限。
postgresql 已经安装好了。但是在安装openerp的时候我不知道如何修改配置。默认有些文件是安装到/usr目录下的。我没有这个目录的写权限。<br />[YangJie@huaixuan01 openerp-7.0-20130106-001538]$ python setup.py install<br />running install<br />error: can't create or remove files in install directory<br /><br />The following error occurred while trying to add or remove files in the<br />installation directory:<br /><br /> [Errno 13] Permission denied: '/usr/lib/python2.6/site-packages/test-easy-install-18022.write-test'<br /><br />The installation directory you specified (via --install-dir, --prefix, or<br />the distutils default setting) was:<br /><br /> /usr/lib/python2.6/site-packages/<br /><br />Perhaps your account does not have write access to this directory? If the<br />installation directory is a system-owned directory, you may need to sign in<br />as the administrator or "root" account. If you do not have administrative<br />access to this machine, you may wish to choose a different installation<br />directory, preferably one that is listed in your PYTHONPATH environment<br />variable.<br /><br />For information on other options, you may wish to consult the<br />documentation at:<br />
在此说明下、python的依赖模块root都已经安装好了。只是不知道怎么配置OE。。。
Linux发行版本为Red Hat 4.4.6-4 -
没有root用户权限相对比较麻烦,主要是涉及那些OpenERP的Python依赖库的安装要指定安装目录。有一个比较简单的方法是使用"virtualenv",可以用非root用户搭建任意多个独立的python运行环境。具体使用方法请Google
-
http://user.qzone.qq.com/1431494/blog/1354463115
跳过前面
看中间 使用 virtualenv 的部分
别的没什么特别
启动OE前面,先切换virtualenv 环境 -
在此说明下、python的依赖模块都已经有了。
只是不知道怎么配置openerp。。。