bug-guix
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#27858: Conda (on guix) does not activate environments


From: Frederick Muriithi
Subject: bug#27858: Conda (on guix) does not activate environments
Date: Fri, 28 Jul 2017 12:42:58 +0300

1) Install conda into a profile:

    guix package --install=conda --profile=$HOME/guix_profiles/conda

2) Activate the profile:

    source $HOME/guix_profiles/conda/etc/profile

3) Create an environment with conda and install biopython

    conda create --name test-env biopython

4) Try to activate the environment (here's where it fails)

    source activate test-env





reply via email to

[Prev in Thread] Current Thread [Next in Thread]