py scripts

This commit is contained in:
Philippe Teuwen 2020-11-14 00:44:18 +01:00
commit 923d2942c2
4 changed files with 13 additions and 13 deletions

View file

@ -684,6 +684,7 @@ endif
ifneq (,$(INSTALLSHARE))
$(Q)$(MKDIR) $(DESTDIR)$(PREFIX)$(PATHSEP)$(INSTALLSHARERELPATH)
$(Q)$(CP) $(INSTALLSHARE) $(DESTDIR)$(PREFIX)$(PATHSEP)$(INSTALLSHARERELPATH)
$(Q)$(CP) src/pm3.py $(DESTDIR)$(PREFIX)$(PATHSEP)$(INSTALLSHARERELPATH)/pyscripts
endif
@true

View file

@ -1,7 +1,3 @@
#!/bin/bash
#/usr/local/lib/python3/dist-packages/pm3.py
#/usr/lib/python3/dist-packages/pm3.py
# need access to pm3.py
PYTHONPATH=../src ../../pm3 -c "script run testembedded.py"
../../pm3 -c "script run testembedded.py"

View file

@ -1,7 +1,3 @@
#!/bin/bash
#/usr/local/lib/python3/dist-packages/pm3.py
#/usr/lib/python3/dist-packages/pm3.py
# need access to pm3.py
PYTHONPATH=../src ../../pm3 -c "script run testembedded_grab.py" -i
../../pm3 -c "script run testembedded_grab.py" -i