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
commit c6aa7bdae0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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/";