Use -e options with pip for dev-env builds?

Issue #53 wontfix
Lizao Li created an issue

Currently the fenics-build install python based packages using the standard pip install, which copies the source to the installation directory. For development, there is python setup.py develop or pip install -e which only links the source to the installation directory. This way the developer can work on the git source and debug the code without reinstalling every time. Isn't this more intuitive as defaults for dev builds?

Comments (6)

  1. Log in to comment