Merge pull request #108278 from alexameen/conda-shell
conda: Source conda.sh during conda-shell setup
This commit is contained in:
commit
a091507c98
1 changed files with 2 additions and 0 deletions
|
@ -62,6 +62,8 @@ in
|
|||
export FONTCONFIG_FILE=/etc/fonts/fonts.conf
|
||||
export QTCOMPOSE=${xorg.libX11}/share/X11/locale
|
||||
export LIBARCHIVE=${libarchive.lib}/lib/libarchive.so
|
||||
# Allows `conda activate` to work properly
|
||||
source ${installationPath}/etc/profile.d/conda.sh
|
||||
'';
|
||||
|
||||
meta = {
|
||||
|
|
Loading…
Reference in a new issue