-
Notifications
You must be signed in to change notification settings - Fork 18
CONDA_ENV_PATH #9
Comments
Hi Alex, Good point, I noticed that lately too, with Conda. But I wasn't really clear which environment variable is suitable for this, they keep changing/removing them. Thanks for the idea. Will make the changes (or if you want, feel free to make a pull request?) |
Hi again Daniela, I see you already updated everything (thank you very much!). Could you fix this please? |
Tests pass now - thanks, Daniela! You're amazing :) |
Hi Alex,
I am waiting for the CI to rebuild the binaries since I forgot to comment out the |
No, I'm still keeping that hack with manually setting env path, so it works... Please ping when it's ready for testing. |
Ping, new binaries are ready, the Travis tests pass without the workaround. |
Thanks! I've tested and it works without hacks for me too. |
Hi Daniela,
as you probably know the
CONDA_ENV_PATH
may not be set by conda in some cases.See e.g. fix by @ndawe in rootpy to overcome this: https://github.com/rootpy/rootpy/pull/696/files
It's not completely reproducible, since on travis my code is ok, but when I do the same during docker building in ubuntu:14.04, I don't have this variable:
Moreover, it's hard to guess from conda repository whether they plan to support it or not (e.g. ENV_BIN_DIR is not available now, maybe the will delete this).
So, my hackaround is:
Maybe you find it ok to use in activateROOT.sh
The text was updated successfully, but these errors were encountered: