Am 22.08.21 um 13:27 schrieb Wade Zhang:
Recently I installed Guix on a Debian buster host. I want to install all build
dependencies by Guix. Since I use pyenv to manage Python versions, I have to
install Python outside Guix. Now I get stuck during the Python installation.
I never used pyenv
On Wed, Aug 25, 2021 at 9:19 PM zimoun wrote:
> > pyenv allows you to set python version for your every project by putting a
> > `.python-version` file, and you can easily override the version with an
> > environment variable. All you need to do is just setting your `PATH`. I
> > think
> > it's
Hi,
On Tue, 24 Aug 2021 at 03:30, Wade Zhang wrote:
>> > It seems all dependencies installed by Guix are not found.
I do not know. I have tried without success:
--8<---cut here---start->8---
$ guix environment --pure python --ad-hoc bash curl nss-certs zlib
On Tue, Aug 24, 2021 at 12:41 AM zimoun wrote:
>
> Hi,
>
> Welcome! :-)
Thank you for your reply!
> > It seems all dependencies installed by Guix are not found.
>
> Well, do you do
>
> source ~/.guix-profile/etc/profile
>
> after installing all the dependencies (gcc-toolchain, bzip2, etc.)
I'
Hi,
Welcome! :-)
On Sun, 22 Aug 2021 at 23:39, Wade Zhang wrote:
> Recently I installed Guix on a Debian buster host. I want to install all
> build
> dependencies by Guix. Since I use pyenv to manage Python versions, I have to
> install Python outside Guix. Now I get stuck during the Python
Hi all,
Recently I installed Guix on a Debian buster host. I want to install all build
dependencies by Guix. Since I use pyenv to manage Python versions, I have to
install Python outside Guix. Now I get stuck during the Python installation.
I install dependencies by the following command:
```