-
Notifications
You must be signed in to change notification settings - Fork 201
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
travis: dont overwrite conda env PATH, escape dollar signs, fixes #84
Showing
1 changed file
with
2 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
cf74cd0
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Why is
build_settings.sh
needed at all? The environment is inherited.cf74cd0
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hmmm I thought the environment was cleared when doing a conda build.
Maybe I got it wrong, I will recheck that.
cf74cd0
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Right. It does clean up the environment. But AFAICT
PATH
will be inherited.LD_LIBRARY_PATH
should probably be handled as http://conda.pydata.org/docs/building/environment-vars.html#inherited-env-vars instead ofbuild_settings.sh
.