PyUserInput icon indicating copy to clipboard operation
PyUserInput copied to clipboard

python setup.py develop fails

Open prashanthpai opened this issue 10 years ago • 1 comments

[ppai@pp PyUserInput]$ sudo python setup.py develop
usage: setup.py [global_opts] cmd1 [cmd1_opts] [cmd2 [cmd2_opts] ...]
   or: setup.py --help [cmd1 cmd2 ...]
   or: setup.py --help-commands
   or: setup.py cmd --help

error: invalid command 'develop'

Can you use setuptools instead of distutils ?

prashanthpai avatar Apr 21 '14 10:04 prashanthpai

It's been on my agenda to do some revamping of the installation methods for a little while; I'll take this into consideration. In the meantime, I typically do my testing and developing using a virtualenv and pip install -e path/to/package for this feature.

SavinaRoja avatar Apr 22 '14 17:04 SavinaRoja