15.08.2015, 01:44, Chris Barker kirjoitti:
[clip]
> numpy doesn't use namespace packages, so develop mode works there.

The develop mode is mainly useful with a virtualenv.

Otherwise, you install work-in-progress development version into your
~/.local which then breaks everything else. In addition to this, "python
setupegg.py develop --uninstall" says "Note: you must uninstall or
replace scripts manually!", and since the scripts end up with dev
version requirement hardcoded, and you have to delete the scripts manually.

Virtualenvs are annoying to manage, and at least for me personally it's
easier to just deal with pythonpath, especially as runtests.py manages that.

Anyway, TIMTOWTDI

_______________________________________________
NumPy-Discussion mailing list
NumPy-Discussion@scipy.org
http://mail.scipy.org/mailman/listinfo/numpy-discussion

Reply via email to