all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* Modification for guix installation script.
@ 2018-03-24  9:04 Tatiana Sholokhova
  2018-03-24 16:46 ` Vincent Legoll
                   ` (3 more replies)
  0 siblings, 4 replies; 20+ messages in thread
From: Tatiana Sholokhova @ 2018-03-24  9:04 UTC (permalink / raw)
  To: guix-devel

[-- Attachment #1: Type: text/plain, Size: 884 bytes --]

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

[-- Attachment #2: Type: text/html, Size: 1672 bytes --]

^ permalink raw reply	[flat|nested] 20+ messages in thread

end of thread, other threads:[~2018-03-29  8:25 UTC | newest]

Thread overview: 20+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-03-24  9:04 Modification for guix installation script Tatiana Sholokhova
2018-03-24 16:46 ` Vincent Legoll
2018-03-24 17:00   ` Tatiana Sholokhova
2018-03-24 17:05     ` Vincent Legoll
2018-03-24 21:26       ` Tatiana Sholokhova
2018-03-25 15:26 ` bug#30728: " Ricardo Wurmus
2018-03-25 18:57   ` Mark H Weaver
2018-03-25 18:57   ` Mark H Weaver
2018-03-26  8:27 ` bug#30728: " Clément Lassieur
2018-03-26  8:27 ` Clément Lassieur
2018-03-26  9:11   ` bug#30728: " Ricardo Wurmus
2018-03-26 12:59     ` Clément Lassieur
2018-03-26 12:59     ` Clément Lassieur
2018-03-26 16:09       ` Tatiana Sholokhova
2018-03-26 16:09       ` Tatiana Sholokhova
2018-03-29  8:24         ` Clément Lassieur
2018-03-27 11:53     ` Gábor Boskovits
2018-03-29  8:11       ` bug#30728: " Clément Lassieur
2018-03-29  8:11       ` Clément Lassieur
2018-03-27 11:53     ` bug#30728: " Gábor Boskovits

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.