use julia language without internet connection (mirror?)
问题 Problem: I would like to make julia available for our developers on our corporate network, which has no internet access at all (no proxy), due to sensitive data. As far as I understand julia is designed to use github. For instance julia> Pkg.init() tries to access: git://github.com/JuliaLang/METADATA.jl Example: I solved this problem for R by creating a local CRAN repository (rsync) and setting up a local webserver. I also solved this problem for python the same way by creating a local PyPi