From mboxrd@z Thu Jan 1 00:00:00 1970 From: Frederick Muriithi Subject: bug#27858: Conda (on guix) does not activate environments Date: Fri, 28 Jul 2017 12:42:58 +0300 Message-ID: References: <20170728093642.GA10189@thebird.nl> Mime-Version: 1.0 Content-Type: text/plain; charset="UTF-8" Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:46158) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1db1oT-0004wj-MC for bug-guix@gnu.org; Fri, 28 Jul 2017 05:44:06 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1db1oQ-0006JM-Cf for bug-guix@gnu.org; Fri, 28 Jul 2017 05:44:05 -0400 Received: from debbugs.gnu.org ([208.118.235.43]:56564) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1db1oQ-0006J9-AJ for bug-guix@gnu.org; Fri, 28 Jul 2017 05:44:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1db1oQ-0006Yu-4z for bug-guix@gnu.org; Fri, 28 Jul 2017 05:44:02 -0400 Sender: "Debbugs-submit" Resent-Message-ID: In-Reply-To: <20170728093642.GA10189@thebird.nl> List-Id: Bug reports for GNU Guix List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: bug-guix-bounces+gcggb-bug-guix=m.gmane.org@gnu.org Sender: "bug-Guix" To: Pjotr Prins Cc: 27858@debbugs.gnu.org 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