When you install packages they go into ~/.julia, so you can just install them as your normal user.
Or are you looking to install them in one place to be shared between multiple users? -s On Sat, Jan 4, 2014 at 5:57 PM, Alasdair McAndrew <[email protected]> wrote: > I have installed julia (from git, and then compiled) on my Ubuntu 12.04 > system - and my initial impressions are very positive. I installed it in > /opt/julia. However, I'm not sure how to add packages into this directory > so that they can be accessed by a normal user. > > If I run julia as root, I can download and install packages, but they > aren't there when I run julia as myself. > > Is there any way of installing packages in a centrally accessible location > (like my /opt/julia)? > > Thanks! >
