“pip install –editable ./” vs “python setup.py develop”

Is there any significant difference between

pip install -e /path/to/mypackage

and the setuptools variant?

python /path/to/mypackage/setup.py develop

4 Answers
4

Leave a Comment