[Distutils] howto python setup.py develop in distutils2

2010-10-28 Thread Aljoša Mohorović
how can i get python setup.py develop or something similar with distutils2?
i'm just looking for a simple way to include a package into current
python environment while working on that package.

$ pip freeze|grep -i dist
Distutils2==1.0a3

any tips appreciated.

Aljosa Mohorovic
___
Distutils-SIG maillist  -  Distutils-SIG@python.org
http://mail.python.org/mailman/listinfo/distutils-sig


Re: [Distutils] howto python setup.py develop in distutils2

2010-10-28 Thread Tarek Ziadé
On Thu, Oct 28, 2010 at 8:14 AM, Aljoša Mohorović
aljosa.mohoro...@gmail.com wrote:
 how can i get python setup.py develop or something similar with distutils2?
 i'm just looking for a simple way to include a package into current
 python environment while working on that package

The feature is not existing yet in distutils2. In the meantime you can
change your PYTHONPATH to include the package


 $ pip freeze|grep -i dist
 Distutils2==1.0a3

 any tips appreciated.

 Aljosa Mohorovic
 ___
 Distutils-SIG maillist  -  distutils-...@python.org
 http://mail.python.org/mailman/listinfo/distutils-sig




-- 
Tarek Ziadé | http://ziade.org
___
Distutils-SIG maillist  -  Distutils-SIG@python.org
http://mail.python.org/mailman/listinfo/distutils-sig


Re: [Distutils] howto python setup.py develop in distutils2

2010-10-28 Thread Aljoša Mohorović
2010/10/28 Tarek Ziadé ziade.ta...@gmail.com:
 The feature is not existing yet in distutils2. In the meantime you can
 change your PYTHONPATH to include the package

is somebody working on this or it's not a priority for next milestone?

Aljosa
___
Distutils-SIG maillist  -  Distutils-SIG@python.org
http://mail.python.org/mailman/listinfo/distutils-sig


Re: [Distutils] howto python setup.py develop in distutils2

2010-10-28 Thread Tarek Ziadé
2010/10/28 Aljoša Mohorović aljosa.mohoro...@gmail.com:
 2010/10/28 Tarek Ziadé ziade.ta...@gmail.com:
 The feature is not existing yet in distutils2. In the meantime you can
 change your PYTHONPATH to include the package

 is somebody working on this or it's not a priority for next milestone?

I'd love to have it in a4 or b1, but I do lack of time so I am not
sure when it will be included. But that's definitely a feature we
would like to have.


-- 
Tarek Ziadé | http://ziade.org
___
Distutils-SIG maillist  -  Distutils-SIG@python.org
http://mail.python.org/mailman/listinfo/distutils-sig