I am really having fun in using Julia for my hobby project at home.
Especially, the multiple dispatch feature which I have once read about in books of CL.
And I would like to use it for my work, which has machines isolated from internet.
I plan to do
(1) set up Julia in a linux machine (outside work machines),
(2) find the relevant directories for this working Julia
(3) zip them
(4) transfer the zip_file to the work machines, and unzip them.
Questions
Will this work ?
What are the ‘complete’ list of directories in (2) ?
Thanks
HP