There is a julia `symlink` function, but any OS that doesn't have a working `ln` in coreutils also doesn't have a global /bin.
On Tuesday, March 1, 2016 at 9:31:19 AM UTC-8, Diego Javier Zea wrote: > > Hi! > I have a package with a set of useful Julia scripts and I want them in the > system PATH. > My actual solution is: > https://github.com/diegozea/MIToS.jl/blob/master/docs/Installation.ipynb > but I'm looking for something better. > I believe that the best option would be to create a Julia build script to > create symbolic links to the /bin folder with *Pkg.build()*. > I know how to do that for Linux using *run(`ln -s ....`)*, but I don't > know how to do it for any OS. How can I do that? > Best! > > >
