[Distutils] buildout & extra-path

Alessandro Dentella sandro at e-den.it
Tue Nov 28 06:33:21 EST 2017


Hi,

I realized that extra-path is not always honored in buildout. I have a
Django application that uses django-recipe with extra-path.

I also want a pure ipython program that share the same sys.path. but
if I write:

    [ipython]
    recipe = zc.recipe.egg
    eggs =  ${buildout:eggs}
    extra-paths = ${buildout:directory}/apps

I get a script that doesn't have the extra-path.
I explicitly have to add:

    interpreter = ipython-dj

is this the desired behaviour?


sandro


--
Sandro Dentella  *:-)
http://trepalchi.it                Il portale degli artisti

http://www.reteisi.org             Soluzioni libere per le scuole
http://sqlkit.argolinux.org        SQLkit home page - PyGTK/python/sqlalchemy


More information about the Distutils-SIG mailing list