aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--configure.ac2
-rw-r--r--guix-env.scm2
2 files changed, 2 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac
index b75f1c56..bc87de1c 100644
--- a/configure.ac
+++ b/configure.ac
@@ -82,7 +82,7 @@ dnl and programs.
AC_CHECK_PROGS([PYTHON], [python3], [none])
AS_IF([test "x$PYTHON" = xnone],
[AC_MSG_FAILURE(
- [--with-python3 given but no acceptable python3 could be found])])
+ [No acceptable python3 could be found])])
dnl----
dnl With the following set of macros, we implement an option
diff --git a/guix-env.scm b/guix-env.scm
index 58528195..856552cd 100644
--- a/guix-env.scm
+++ b/guix-env.scm
@@ -44,7 +44,7 @@
;;; git submodule init
;;; git submodule update
;;; ./bootstrap.sh
-;;; ./configure --with-python3 --without-virtualenv
+;;; ./configure --without-virtualenv
;;; make
;;; python3 -m venv --system-site-packages . && bin/python setup.py develop --no-deps
;;; bin/python -m pip install --force-reinstall PasteScript # workaround