diff options
Diffstat (limited to 'guix-env.scm')
-rw-r--r-- | guix-env.scm | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/guix-env.scm b/guix-env.scm index 856552cd..2ee22ce3 100644 --- a/guix-env.scm +++ b/guix-env.scm @@ -41,12 +41,11 @@ ;;; use guix -l guix-env.scm ;;; ;;; To set things up for the first time, you'll also need to run: -;;; git submodule init -;;; git submodule update +;;; git submodule update --init ;;; ./bootstrap.sh ;;; ./configure --without-virtualenv ;;; make -;;; python3 -m venv --system-site-packages . && bin/python setup.py develop --no-deps +;;; python3 -m venv --system-site-packages . && bin/python setup.py develop --no-deps ;;; bin/python -m pip install --force-reinstall PasteScript # workaround ;;; bin/python -m pip install 'werkzeug<1.0.0' # workaround (also disabled below) ;;; bin/python -m pip install 'email-validator' # email-validator |