forked from mirrors/nixpkgs
Merge pull request #133354 from ostylk/submit/conda-etc-profile
conda: invoke bash login shell to source /etc/profile
This commit is contained in:
commit
c6aa7bdae0
|
@ -66,6 +66,8 @@ in
|
|||
source ${installationPath}/etc/profile.d/conda.sh
|
||||
'';
|
||||
|
||||
runScript = "bash -l";
|
||||
|
||||
meta = {
|
||||
description = "Conda is a package manager for Python";
|
||||
homepage = "https://conda.io/";
|
||||
|
|
Loading…
Reference in a new issue