guix-devel
[Top][All Lists]
Advanced

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

Modification for guix installation script.


From: Tatiana Sholokhova
Subject: Modification for guix installation script.
Date: Sat, 24 Mar 2018 12:04:30 +0300

Hello! My name is Tatiana.

I have installed guix for the first time and noticed that the installation script at https://git.savannah.gnu.org/cgit/guix.git/tree/etc/guix-install.sh did not work for me. So, I had to make some modifications.

There was a problem with the path to root user home directory. Below I provide diff output for original script and my modified script.

266c266,267
<     ln -sf /var/guix/profiles/per-user/root/guix-profile /root/.guix-profile
---
>     ln -sf /var/guix/profiles/per-user/root/guix-profile \
>        ~root/.guix-profile
268c269
<     GUIX_PROFILE="/root/.guix-profile"
---
>     GUIX_PROFILE="${HOME}/.guix-profile"

These changes allowed me to install guix via the script.

P. S.
I am really a newcomer to the guix community. And still not sure how everything works here. Sorry If my post's format is not appropriate.

--
Tatiana Sholokhova

reply via email to

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