Additional Information
When installed from conda's documentation, conda installs the
following packages into conda's root environment by default:
asn1crypto, cffi, conda, conda-env, cryptography, idna, libffi,
openssl, packaging, pip, pycosat, pycparser, pyopenssl, pyparsing,
python, readline, re
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 activa
I have come across a bug on conda, installed via guix, that does not
seem to be present when conda is installed via the process at
https://conda.io/docs/install/quick.html#linux-miniconda-install
The issue
-
Conda (on guix) does not activate environments
Command ran
---
source act
Package: guix
Version: 0.12.0
Add python-radon, as one of the dependencies of conda
--
Frederick M. Muriithi
From b08ef66b7510d31eddd44ce683f74ba4906c7e27 Mon Sep 17 00:00:00 2001
From: Muriithi Frederick Muriuki
Date: Thu, 27 Apr 2017 15:43:50 +0300
Subject: [PATCH] gnu: Add python-radon
* gn
Package: guix
Version: 0.12.0
Dear Guix,
This is bug is to track adding conda and its dependencies. I will be
sending patches adding the dependencies for conda here, until we get
conda in mainline.
I will start with version 4.3.7, being the one I have tested, then I
can update it.
I had sent th