I have built Julia on a Machine1 and have added new packages such as
LightXML,TextPlots ( using Pkg.add("LightXML") ).I have ported the Julia binaries and libraries to another Machine2 ( same environment and OS ) and it works fine. How to copy the installed packages from Machine1 to Machine2 ? Where are the packages getting installed in Machine1 ? Note: Machine2 cannot build any package from source nor it has internet connectivity
