guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

04/04: talks: scheme-2016: Add demo instructions.


From: Ludovic Courtès
Subject: 04/04: talks: scheme-2016: Add demo instructions.
Date: Sat, 24 Sep 2016 08:04:34 +0000 (UTC)

civodul pushed a commit to branch master
in repository maintenance.

commit 9cea503467404c8936625329abd140ab3bbf88f6
Author: Ludovic Courtès <address@hidden>
Date:   Sat Sep 24 16:36:20 2016 +0900

    talks: scheme-2016: Add demo instructions.
---
 talks/scheme-2016/demo.org |   40 ++++++++++++++++++++++++++++++++++++++++
 1 file changed, 40 insertions(+)

diff --git a/talks/scheme-2016/demo.org b/talks/scheme-2016/demo.org
new file mode 100644
index 0000000..b61aa45
--- /dev/null
+++ b/talks/scheme-2016/demo.org
@@ -0,0 +1,40 @@
+#+TITLE: Demos for the FOSDEM 2014 talk
+
+* preparation
+
+export USER=demo
+export HOME=/tmp/home/demo
+export GUIX_BUILD_OPTIONS=--no-grafts
+mkdir -p "$HOME"
+cd
+rm -f schememachine.scm
+ln -s ~ludo/src/guix-maintenance/talks/scheme-2016/schememachine.scm
+unset GUILE_LOAD_PATH
+unset GUILE_LOAD_COMPILED_PATH
+export 
PATH=$HOME/.guix-profile/bin:/run/current-system/profile/bin:$HOME/local/bin:/run/setuid-programs
+rm -f /var/guix/profiles/per-user/demo/guix-profile*
+rm -f ~/.guix-profile
+rm -f old-times*
+unset LANGUAGE
+
+* first
+
+LC_ALL=sr_RS guix package -s grep
+
+C-x RET cyrillic-serbian
+LC_ALL=sr_RS.utf8 guix package -s греп
+
+guix package --list-installed
+guix package -i hello
+which hello
+
+guix package -i guile
+guile --version
+
+guix package -i python -r guile
+guix package --list-generations
+guix package --roll-back
+
+guix package -p old-times -i guile-1.8.8
+./old-times/bin/guile --version
+



reply via email to

[Prev in Thread] Current Thread [Next in Thread]