Gottfried <[email protected]> writes:
> [[PGP Signed Part:Undecided]] > Hi Zimoun, > >> What does it mean in my case? >>> It means that you can activate the profile containing the Musescore >>> package using >>> source /home/gfp/Projekte/Musescore/etc/profile >>> or either >>> guix shell -p /home/gfp/Projekte/Musescore >>> Does it make sense? > > No > > > This was the output: > > gfp@Tuxedo ~$ export LC_ALL=C > > gfp@Tuxedo ~$ source /home/gfp/Projekte/Musescore/etc/profile > -bash: /home/gfp/Projekte/Musescore/etc/profile: No such file or directory This should have been: gfp@Tuxedo ~$ source /home/gfp/Projekte/Musescore/guix-profil/etc/profile Zimoun left out the guix-profil part. > gfp@Tuxedo ~$ guix shell -p /home/gfp/Projekte/Musescore Again, this should be: gfp@Tuxedo ~$ guix shell -p /home/gfp/Projekte/Musescore/guix-profil > What does: [env] mean? It means you are in a guix shell. In the olden this was called guix environment, which is where "env" comes from. Guix has some Bash customizations built in that make it detect if GUIX_ENVIRONMENT is set and modifies the shell prompt.
