Python ingresdbi:在不同的目录下安装

时间:2015-03-01 14:08:13

标签: python packaging ingres

我想在我正在创建的项目下安装ingresdbi python包(http://code.ingres.com/ingres/drivers/python/main/)。所以我想指定我选择的目录(在python项目层次结构中)而不是默认目录。这可以实现吗?另外,有没有办法创建一个.egg或者什么东西来分​​发包和我的python项目,以便有人不需要将它安装到他们的系统中?

1 个答案:

答案 0 :(得分:0)

How do I create Python eggs from distutils source packages?您可以尝试

python -c "import setuptools; execfile('setup.py')" bdist_egg

或结帐https://github.com/grantc/python-ingresdbi/tree/egg,您可以选择使用bdist_egg

至于安装前缀 - 我不得不看一看。我不再安装Ingres,而且我不确定何时可以查看。