Yeah, you need to restart Julia to recompile. If you're in Juno, just co Ctrl+j then Ctrl+k, and then run your script (you can also use Ctrl+j then Ctrl+c to clear the console). I find this easier than restarting the REPL.
On Friday, July 8, 2016 at 4:23:44 PM UTC-7, Yichao Yu wrote: > > On Thu, Jul 7, 2016 at 10:56 AM, Shyam Upadhyay <[email protected] > <javascript:>> wrote: > > I found a package on github that I installed as follows into Julia, > > > > Pkg.clone("https://github.com/sbos/AdaGram.jl.git") > > Pkg.build("AdaGram") > > > > > > Now I wanted to modify the package and see those changes. So, I cloned > the > > repo and made my changes in the code. I ran Pkg.build("AdaGram") again, > but > > my changes did not take effect. > > Restart julia? > > > What am I doing wrong? I am totally new to Julia so it will be a great > help. >
