[Libre-soc-bugs] [Bug 430] New: default practice is to use "python setup.py develop"
bugzilla-daemon at libre-soc.org
bugzilla-daemon at libre-soc.org
Tue Jul 14 21:39:28 BST 2020
https://bugs.libre-soc.org/show_bug.cgi?id=430
Bug ID: 430
Summary: default practice is to use "python setup.py develop"
Product: Libre-SOC's first SoC
Version: unspecified
Hardware: PC
OS: Linux
Status: CONFIRMED
Severity: enhancement
Priority: ---
Component: Source Code
Assignee: lkcl at lkcl.net
Reporter: lkcl at lkcl.net
CC: libre-soc-bugs at lists.libre-soc.org
NLnet milestone: ---
https://git.libre-soc.org/?p=dev-env-setup.git;a=commitdiff;h=deadc7b72ca4ba28f0ec3bb4ebae720ef2d56521
+python3 setup.py install
+cd ../nmutil
+python3 setup.py install
+cd ../ieee754fpu
+git submodule update --init --recursive
+python3 setup.py install
+cd ../nmigen-soc
+python3 setup.py install
is there a reason why "install" is used instead of the default practice,
"develop"?
"develop" allows in-place editing of the code actively under development,
whereas "install" is a forced *copying* of the code into a system-wide
location that is not in any way conveniently editable and definitely not
under source revision control management.
--
You are receiving this mail because:
You are on the CC list for the bug.
More information about the libre-soc-bugs
mailing list