Skip to content
This repository has been archived by the owner on Aug 7, 2019. It is now read-only.

CONDA_PREFIX not set when using conda activate #26

Closed
bjodah opened this issue Dec 28, 2017 · 2 comments
Closed

CONDA_PREFIX not set when using conda activate #26

bjodah opened this issue Dec 28, 2017 · 2 comments

Comments

@bjodah
Copy link
Contributor

bjodah commented Dec 28, 2017

Is this xonda issue or does the ticket belong somewhere else?

xonsh (with xonda):

bjorn@yoga720 ~ $ echo $CONDA_PREFIX
$CONDA_PREFIX
bjorn@yoga720 ~ $ conda activate sun3
(sun3) bjorn@yoga720 ~ $ echo $CONDA_PREFIX
$CONDA_PREFIX

using bash:

bjorn@yoga720:~$ echo $CONDA_PREFIX

bjorn@yoga720:~$ source activate sun3
(sun3) bjorn@yoga720:~$ echo $CONDA_PREFIX
/opt/miniconda3/envs/sun3

Supposedly it should be guaranteed to be set:
conda/conda#3694 (comment)

This is useful when setting INCLUDE_PATH & friends to use versions specific to the current conda environment

@gforsyth
Copy link
Owner

gforsyth commented Dec 28, 2017 via email

@bjodah
Copy link
Contributor Author

bjodah commented Jan 2, 2018

I tried to address this in gh-27

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants