[Distutils] setup.py develop issues

Cody Piersall cody.piersall at gmail.com
Tue Oct 7 23:23:02 CEST 2014


On Tue, Oct 7, 2014 at 2:29 PM, Matt Wilkie <maphew at gmail.com> wrote:
>
> using pip on your setup.py works for me (in py2.7 though)
>
> D:\test> make-project.bat
>
> D:\test> pip install --editable project\.
> Obtaining file:///d%7C%5Ctest%5Cproject
>   Running setup.py egg_info for package from file:///d%7C%5Ctest%5Cproject
>
> Installing collected packages: project
>   Running setup.py develop for project
>
>     Creating c:\python27\arcgis10.2\lib\site-packages\project.egg-link
(link to .)
>     Adding project 0.0.0 to easy-install.pth file
>
>     Installed d:\test\project
> Successfully installed project
> Cleaning up...
>
> D:\test> python -c "import project"
>
> (empty line means success)
>
> cheers,
>
> -matt

Unfortunately, using pip with Python 3 still didn't work for me.

Cody
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/distutils-sig/attachments/20141007/7f283781/attachment.html>


More information about the Distutils-SIG mailing list