Merge pull request #133354 from ostylk/submit/conda-etc-profile

conda: invoke bash login shell to source /etc/profile
This commit is contained in:
Sandro
2021-08-11 00:00:25 +02:00
committed by GitHub
@@ -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/";