Add omitted --system-site-packages for Python 3 on Guix, add update_extlib.sh docs.
authorBen Sturmfels <ben@sturm.com.au>
Wed, 18 Sep 2019 05:57:16 +0000 (15:57 +1000)
committerBen Sturmfels <ben@sturm.com.au>
Wed, 18 Sep 2019 05:57:16 +0000 (15:57 +1000)
guix-env.scm

index dfe9d8eb39422dbbe8de5962a34f61ccedc67d53..868bdeea156ffb6fc33f297f36c33af1939df1c0 100644 (file)
@@ -35,7 +35,7 @@
 ;;;   ./bootstrap.sh
 ;;;   ./configure --with-python3 --without-virtualenv
 ;;;   make
-;;;   python3 -m venv . && bin/python setup.py develop  --no-deps
+;;;   python3 -m venv --system-site-packages . && bin/python setup.py develop  --no-deps
 ;;;
 ;;; ... wait whaaat, what's that last line!  I thought you said this
 ;;; was a reasonable virtualenv replacement!  Well it is and it will
@@ -46,7 +46,8 @@
 ;;;
 ;;; The devtools/update_extlib.sh script won't run on Guix due to missing
 ;;; "/usr/bin/env", so then run:
-;;    node node_modules/.bin/bower install
+;;;   node node_modules/.bin/bower install
+;;;   ./devtools/update_extlib.sh
 ;;;   bin/gmg dbupdate
 ;;;   bin/gmg adduser --username admin --password a --email admin@example.com
 ;;;   ./lazyserver.sh