Hey!
Where did you add JULIA_HOME?

On Thursday, August 20, 2015 at 4:55:44 AM UTC-4, Joosep Pata wrote:
>
> Turns out the issue was setting
> JULIA_HOME=/Users/joosep/Documents/julia/usr/lib/
> which caused the precompiler to look for the julia binary in the wrong 
> place.
>
> On Wednesday, 19 August 2015 13:27:12 UTC+2, Joosep Pata wrote:
>>
>> I can't seem to load DataFrames due to a precompilation issue
>>
>> ~~~
>> julia> using DataFrames
>> INFO: Precompiling module DataFrames...
>> ERROR: could not spawn `/Users/joosep/Documents/julia/usr/lib/julia 
>> -Cnative -J/Users/joosep/Documents/julia/usr/lib/julia/sys.dylib 
>> --output-ji /Users/joosep/.julia/lib/v0.4/DataFrames.ji 
>> --output-incremental=yes --startup-file=no --history-file=no --eval 'while 
>> !eof(STDIN)
>>     eval(Main, deserialize(STDIN))
>> end
>> '`: permission denied (EACCES)
>>  in _jl_spawn at process.jl:226
>> ~~~
>>
>> This is a clean build, but maybe I have missed something - has anyone 
>> else seen this?
>>
>> I'm using
>> ~~~
>>  - DataFrames                    0.6.9
>> julia> versioninfo()
>> Julia Version 0.4.0-dev+6723
>> Commit b59b0dd* (2015-08-14 08:12 UTC)
>> Platform Info:
>>   System: Darwin (x86_64-apple-darwin14.3.0)
>>   CPU: Intel(R) Core(TM) i5-4278U CPU @ 2.60GHz
>>   WORD_SIZE: 64
>>   BLAS: libopenblas (USE64BITINT DYNAMIC_ARCH NO_AFFINITY Haswell)
>>   LAPACK: libopenblas
>>   LIBM: libopenlibm
>>   LLVM: libLLVM-3.3
>> ~~~
>>
>

Reply via email to