mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2026-04-06 13:10:33 +02:00
guix-package: Create ~/.guix-profile when it doesn't exist.
* guix-package.in (guix-package): Create the %USER-ENVIRONMENT-DIRECTORY symlink if it doesn't exist yet. * doc/guix.texi (Invoking guix-package): Document it.
This commit is contained in:
@@ -428,6 +428,12 @@ the transaction. Upon completion, a new profile is created, but
|
||||
previous generations of the profile remain available, should the user
|
||||
want to roll back.
|
||||
|
||||
For each user, a symlink to the user's default profile is automatically
|
||||
created in @file{$HOME/.guix-profile}. This symlink always point to the
|
||||
current generation of the user's default profile. Thus, users can add
|
||||
@file{$HOME/.guix-profile/bin} to their @code{PATH} environment
|
||||
variable, and so on.
|
||||
|
||||
@table @code
|
||||
|
||||
@item --install=@var{package}
|
||||
|
||||
Reference in New Issue
Block a user