armgong / rjulia

R package which integrating R and Julia
GNU General Public License v2.0
146 stars 23 forks source link

Install on linux fails: julia-config.jl: No such file or directory #47

Closed vh-d closed 7 years ago

vh-d commented 7 years ago

I am getting

/bin/bash: /usr/bin/../share/julia/julia-config.jl: No such file or directory

during installation on Linux via

devtools::install_github("armgong/rjulia", ref="julia0.5")

The file julia-config.jl actually does not even seem to exist on my machine.

armgong commented 7 years ago

standard installed julia should have the julia-config.jl file. or you can download the file from julia repo

vh-d commented 7 years ago

You are right. It is present in the generic linux tarball but not in the Ubuntu customized binary package. I will contact the maintainer of the package.

Copying julia-config.jl to /usr/share/julia solves the problem for now.