繁体   English   中英

python 3.3作为具有有限访问权限的用户的Pydb编译问题

[英]Pydb compilation issue for python 3.3 as user with limited access rights

我正在尝试为python 3.3编译pydb,但是我对我的环境的访问权限有限。 为了避免访问禁区,我使用了以下configure命令:

./configure --prefix=/my/prefix
   --with-python=/my/python/path/python3.3
   --with-site-packages=/my/site/package/path/mysite-packages

但是configure抱怨python版本:

检查/sw/freetools/python/3.3.0/Linux/rh5/x86_64/bin/python版本> = 2.4.0 ...配置:错误:太旧

在为python 2.7.2编译时我没有问题。

有人可以帮我解决此安装问题吗?

谢谢!

我设法这样编译(在cygwin中):

PYTHON=python3 ./configure --with-site-packages=/usr/lib/python3.6/site-packages

暂无
暂无

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM