We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 394fab8 commit 1157050Copy full SHA for 1157050
1 file changed
Makefile.am
@@ -1,3 +1,12 @@
1
SUBDIRS = include src app test sphinx 3rdparty scripts sim
2
nobase_include_HEADERS = chimbuko_config.h
3
4
+install-provdb-python:
5
+ python3 -m pip install --user $(top_srcdir)/scripts/provdb_python/
6
+#python3 -m pip install --prefix $(prefix) $(top_srcdir)/scripts/provdb_python/
7
+
8
+uninstall-provdb-python:
9
+ python3 -m pip uninstall -y provdb-python
10
+#Below are needed if installing into prefixc becase pip doesn't allow uninstall of packages installed with --prefix?????!?!? (I HATE PYTHON)
11
+# rm -rf $(prefix)/lib/python3.6
12
+# rm $(prefix)/bin/provdb-python
0 commit comments