all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* Python2 and Python3 in user profile - how?
@ 2016-04-01  5:27 Danny Milosavljevic
  2016-04-01  6:36 ` Ricardo Wurmus
  0 siblings, 1 reply; 3+ messages in thread
From: Danny Milosavljevic @ 2016-04-01  5:27 UTC (permalink / raw)
  To: guix-devel

How can I have both python2 and python3 in my user profile? 'guix package' seems to always uninstall the other one automatically.

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

* Re: Python2 and Python3 in user profile - how?
  2016-04-01  5:27 Python2 and Python3 in user profile - how? Danny Milosavljevic
@ 2016-04-01  6:36 ` Ricardo Wurmus
  2016-04-01  8:53   ` Ludovic Courtès
  0 siblings, 1 reply; 3+ messages in thread
From: Ricardo Wurmus @ 2016-04-01  6:36 UTC (permalink / raw)
  To: Danny Milosavljevic; +Cc: guix-devel


Danny Milosavljevic <dannym@scratchpost.org> writes:

> How can I have both python2 and python3 in my user profile? 'guix
> package' seems to always uninstall the other one automatically.

Install them in the same transaction:

   guix package -i python python@2.7.10

~~ Ricardo

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

* Re: Python2 and Python3 in user profile - how?
  2016-04-01  6:36 ` Ricardo Wurmus
@ 2016-04-01  8:53   ` Ludovic Courtès
  0 siblings, 0 replies; 3+ messages in thread
From: Ludovic Courtès @ 2016-04-01  8:53 UTC (permalink / raw)
  To: Ricardo Wurmus; +Cc: guix-devel

Ricardo Wurmus <ricardo.wurmus@mdc-berlin.de> skribis:

> Danny Milosavljevic <dannym@scratchpost.org> writes:
>
>> How can I have both python2 and python3 in my user profile? 'guix
>> package' seems to always uninstall the other one automatically.
>
> Install them in the same transaction:
>
>    guix package -i python python@2.7.10

That this works is a bug (even though I understand it would be useful in
this case).  Normally, ‘guix package’ ensures that only one package with
a given name appears in the profile.

Ludo’.

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

end of thread, other threads:[~2016-04-01  8:53 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-04-01  5:27 Python2 and Python3 in user profile - how? Danny Milosavljevic
2016-04-01  6:36 ` Ricardo Wurmus
2016-04-01  8:53   ` Ludovic Courtès

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.