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!


Reply via email to