-
Notifications
You must be signed in to change notification settings - Fork 18
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Supporting conda 4.4+ #36
Comments
Updating to conda 4.4+ has some not so nice sideeffects: This might help here: http://tech.akom.net/archives/93-Getting-a-systemd-unit-to-read-your-.bashrc-file-for-its-environment.html |
🙀 |
This might be an easier way to get the activated environment variables: For the "conda not found" problem: there is now a 'conda_exe' environment variable (at least on unix), which we should try first... |
So.. the problem remains |
As of
conda
4.4, the preferred way to activate/deactivate aconda
environment isconda activate
/conda deactivate
. This also requires sourcing<ROOT>/etc/profile.d/conda.sh
on Unix where<ROOT>
is the base of theconda
installation. Would be good to update the activation/deactivation steps in the kernels here to supportconda
4.4+.ref: https://github.com/conda/conda/releases/tag/4.4.0
The text was updated successfully, but these errors were encountered: