我正在尝试为 python 3.3 编译 pydb,但我对我的环境的访问权限有限。为了避免访问禁止区域,我使用了以下配置命令:
./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 编译时我没有遇到问题。
有人可以帮我解决这个安装问题吗?
谢谢!