I'm using Julia on a system where there is no cmake installed. I installed one on my own, and I'm manually changing PATH before starting Julia.
I find that PATH is reset when Julia executes a shell command, e.g. via ";bash -c 'echo $PATH'". This also means that all packages that use cmake to build a library will fail. Can you point me to where PATH is reset? I assume it's a flag passed to a routine that will ultimately call fork or exec? -erik -- Erik Schnetter <[email protected]> http://www.perimeterinstitute.ca/personal/eschnetter/
