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