[Libre-soc-dev] daily kan-ban update 27apr2021

Jacob Lifshay programmerjake at gmail.com
Tue Apr 27 19:46:06 BST 2021


On Tue, Apr 27, 2021, 11:10 Tobias Platen <libre-soc at platen-software.de>
wrote:

> today: installing development environment after changes, including
> openpower-isa
>
>
> https://git.libre-soc.org/?p=openpower-isa.git;a=blob;f=Makefile;h=e7c68047ca52cbdf2adcc9f17f06820110d5889b;hb=HEAD
>
>   09 # now installed as a command (/usr/local/bin/svanalysis) by
> setup.py
>   10 svanalysis:
>   11         svanalysis
>   12
>   13 # now installed as a command (/usr/local/bin/pywriter) by setup.py
>   14 pywriter:
>   15         pywriter
>   16
>   17 develop:
>   18         python3 setup.py develop # yes, develop, not install
>
> Make develop does not install those binaries in /usr/local/bin,
> when using make develop. How do I install them correctly.
> Is there updated documentation?
>

try checking in $HOME/bin or, if your using a virtualenv, <virtualenv>/bin

Source code for deciding where to install (search for `scripts`):
https://github.com/python/cpython/blob/master/Lib/distutils/command/install.py

Jacob


More information about the Libre-soc-dev mailing list