Module found in install mode but not in develop mode using setuptools
问题 I'm using setuptools for the first time, and trying to package my code so that others can easily develop it. I'm running everything in a virtual environment. Short question : How do I change the directory that the egg-link points to when I run python setup.py develop ? Long question : The module I'm developing is called cops_and_robots . When I run python setup.py install , things work fine and I'm able to import my cops_and_robots module. However, when I run python setup.py develop , running