Le 2017-05-16 15:11, Konrad Hinsen a écrit :
On 16/05/2017 15:02, Konrad Hinsen wrote:
I ended up rolling back until my profile no longer contained "guix" (I
have no idea how I could ever produce such a profile), so now I am
completely stuck. Any idea for getting out of this mess?
I forgot two details:
- I tried building python-2.7.12 using --fallback. This fails because
one of the tests (test_pty) fails.
- Under another user account, I still have a working guix profile
because I hardly ever update it. I'd like to avoid breaking it, and
therefore avoid the brute-force approach of re-doing the binary
install procedure.
Konrad.
Hi Konrad,
You could probably use the other user's guix version. Copy
~otheruser/.config/guix/latest to your own user's .config/guix, and try
to guix pull from that. That won't mess with the other user's profile.