amuse icon indicating copy to clipboard operation
amuse copied to clipboard

development install method has changed

Open rieder opened this issue 3 years ago • 0 comments

(discussed with @ipelupessy before on Slack, archiving / continuing here) See https://setuptools.pypa.io/en/latest/userguide/development_mode.html

Previously, pip install -e . would only install AMUSE for pip, it would not build anything. That default behaviour has changed now. It can (for now) be restored to the old behaviour, by setting SETUPTOOLS_ENABLE_FEATURES="legacy-editable". We would need to solve this in a more permanent way at some point though.

rieder avatar Dec 26 '22 19:12 rieder