On 2016-10-04 22:42, Catonano wrote:
In exploring Culturia, here
https://github.com/amirouche/Culturia/ [1]
I reach this line
guix environment --ad-hoc --pure guile-next
Both with and without --pure works on my side. I don't remember why I've
put --pure in the README.
I use ubuntu 16.04.1, I have this in my ~/.zshrc
export PATH="/home/amirouche/.guix-profile/bin":$PATH
export GUIX_LOCPATH=~/.guix-profile/lib/locale
export
GUILE_LOAD_PATH="/home/amirouche/.guix-profile/share/guile/site/2.2${GUILE_LOAD_PATH:+:}$GUILE_LOAD_PATH"
export
GUILE_LOAD_COMPILED_PATH="/home/amirouche/.guix-profile/share/guile/site/2.2${GUILE_LOAD_COMPILED_PATH:+:}$GUILE_LOAD_COMPILED_PATH"
export
INFOPATH="/home/amirouche/.guix-profile/share/info${INFOPATH:+:}$INFOPATH"