Re: attempt to create a profile

2023-02-14 Thread Kyle Andrews
Simon Tournier writes: > I am using multiple profiles and I barely hit collisions. Given one > specific revision of Guix, collisions should not be possible – it means > something is wrong somewhere with package definition; although, maybe it > is impossible to avoid some collisions with large

Re: attempt to create a profile

2023-02-14 Thread Simon Tournier
Hi, On mar., 14 févr. 2023 at 06:00, Kyle Andrews wrote: > ``` > guix shell -p $HOME/my/profile/emacs -p $HOME/my/profile/rstats --container > guix shell -p $HOME/my/profile/rstats -p $HOME/my/profile/emacs --container > ``` > > Both commands ran for me. However, the first environment didn't

Re: attempt to create a profile

2023-02-14 Thread Kyle Andrews
This makes a lot more sense to me than sequentially sourcing $SOME/etc/profile files as currently mentioned in the cookbook. Thanks for sharing! The fact that guix package supports multiple -p arguments got me excited enough to try out a similar command with guix shell. ``` guix shell -p

Re: attempt to create a profile

2023-02-14 Thread 宋文武
Kyle Andrews writes: > In my case I am hopeful there must be some way to extend the man and info > paths when multiple profiles are activated, and maybe that would resolve > my particular issue. I would love a suggestion to be placed in the > cookbook about this. Hello, you can merge

Re: attempt to create a profile

2023-02-12 Thread Gottfried
Hi, If you used guix shell then I'm pretty sure it should show someting. Running `guix shell -p ~/.guix-profile -- bash` does show the [env] prompt for me you are right, this happend guix shell showed the "env". Did you open it from bash or from a desktop app launcher? The environment

Re: attempt to create a profile

2023-02-11 Thread Csepp
Gottfried writes: > [[PGP Signed Part:Undecided]] > Hi, > > I wanted to create a profile with "Musescore 3.6" > but 3 times it failed during building process. > > So I had to create the profile with "Musescore 4". > > Now I have Musescore 4 in my main profile and in my Musescore profil. > > So

Re: attempt to create a profile

2023-02-11 Thread Gottfried
Hi, I wanted to create a profile with "Musescore 3.6" but 3 times it failed during building process. So I had to create the profile with "Musescore 4". Now I have Musescore 4 in my main profile and in my Musescore profil. So the problem is now, how do I know when opening "Musescore" which one

Re: attempt to create a profile

2023-02-09 Thread Csepp
Gottfried writes: > [[PGP Signed Part:Undecided]] > Hi, > > thanks for your help. > > I tried to open this profile, > > by > >> gfp@Tuxedo ~$ source /home/gfp/Projekte/Musescore/guix-profil/etc/profile >> > or > >> gfp@Tuxedo ~$ guix shell -p /home/gfp/Projekte/Musescore/guix-profil > > but

Re: attempt to create a profile

2023-02-09 Thread Gottfried
Hi, thanks for your help. I tried to open this profile, by gfp@Tuxedo ~$ source /home/gfp/Projekte/Musescore/guix-profil/etc/profile or gfp@Tuxedo ~$ guix shell -p /home/gfp/Projekte/Musescore/guix-profil but it didn’t happen anything. How can I know, that I am now in this profile?

Re: attempt to create a profile

2023-02-09 Thread Gottfried
Hi Simon, no problem, can happen to everybody because every help needs time. I am happy for your help Kind regards Gottfried Am 08.02.23 um 10:58 schrieb Simon Tournier: Hi, On mer., 08 févr. 2023 at 02:25, Csepp wrote: Zimoun left out the guix-profil part. Yes, sorry for having

Re: attempt to create a profile

2023-02-08 Thread Simon Tournier
Hi, On mer., 08 févr. 2023 at 02:25, Csepp wrote: > Zimoun left out the guix-profil part. Yes, sorry for having overlooking this part. :-) Cheers, simon

Re: attempt to create a profile

2023-02-07 Thread Csepp
Gottfried 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

Re: attempt to create a profile

2023-02-07 Thread Gottfried
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:

Re: attempt to create a profile

2023-02-07 Thread zimoun
Hi, On Tue, 07 Feb 2023 at 10:06, Gottfried wrote: > I created a profile with one package "Musescore" in: > > home/gfp/Projekte/Musescore [...] > .. > > I should get into my profile with: > > source path/to/some-profile/etc/profile >

Re: attempt to create a profile

2023-02-07 Thread Gottfried
Hi Simon, I didn’t manage yet to get into my profile. .. I created a profile with one package "Musescore" in: home/gfp/Projekte/Musescore in the directory "Musescore" I have got 2 directories: "guix-profil" and "guix-profil-1-link" and

Re: attempt to create a profile

2023-02-06 Thread Simon Tournier
Hi, On sam., 04 févr. 2023 at 23:36, Kyle Andrews wrote: >> guix shell -p path/to/some-profile/etc/profile This command is incorrect and it should read instead, guix shell -p path/to/some-profile but anyway, it was the idea. :-) > Is it possible to use guix shell to activate

Re: attempt to create a profile

2023-02-04 Thread Kyle Andrews
Simon Tournier writes: > Hi, > > On Wed, 28 Dec 2022 at 15:09, Gottfried wrote: > >> Which commands can I use to enter and close my new profile? > > To enter, you just need to ’source path/to/some-profile/etc/profile’. > > However, you cannot “deactivacte“; unset the environment variables and

Re: attempt to create a profile

2023-01-11 Thread Simon Tournier
Hi, On Mon, 09 Jan 2023 at 15:59, Gottfried wrote: > can I use two profiles at the same time? Yes. Although note that it depends on what they contain: package One from profile A can be exclusive with package Two from profile B. Therefore, combining profile A and B to create on the fly a new

Re: attempt to create a profile

2023-01-11 Thread Gottfried
Hi, .. to create my "Musescore-3.6.2" Profile I would have to: guix package -i musescore-3.6.2 -p projects/musescore-3.6.2.guix-profile (because I have got the directory: /home/gfp/profile/Musescore-3.6.2 and I am already in my

Re: attempt to create a profile

2023-01-09 Thread Gottfried
Hi, can I use two profiles at the same time? When I have my main profile, additionally to open a second profile to use the package in there? Or do I have to switch from one profile to the other and then switch back? I am still unsure how it works. Kind regards Gottfried Am 06.01.23 um

Re: attempt to create a profile

2023-01-08 Thread Csepp
Gottfried writes: > [[PGP Signed Part:Undecided]] > Hi Simon, > > >> ...and also at start up that I can choose which profile to open? >>> What do you mean by “choose”? >>> > > > I meant when I am starting Guix, I can choose to use MATE desktop or > Enlightenment Desktop. > If there is also

Re: attempt to create a profile

2023-01-08 Thread Gottfried
it I want to be sure how I can switch to that profile and how I can choose my other, my main profile. Kind regards Gottfried Date: Fri, 06 Jan 2023 16:45:25 +0100 From: Simon Tournier To: Gottfried , Csepp , Wojtek Kosior , help-guix@gnu.org Subject: Re: attempt to create a profi

Re: attempt to create a profile

2023-01-06 Thread Simon Tournier
Hi, On Wed, 28 Dec 2022 at 15:09, Gottfried wrote: > Which commands can I use to enter and close my new profile? To enter, you just need to ’source path/to/some-profile/etc/profile’. However, you cannot “deactivacte“; unset the environment variables and restore the previous ones. Maybe, the

attempt to create a profile

2022-12-28 Thread Gottfried
Hi, Which commands can I use to enter and close my new profile? So if I use my normal profile, and want to switch briefly to my new made profile and come back to my normal profile? ...and also at start up that I can choose which profile to open? (or will this be automatically set up through