That did successfully install the package. However, as per the documentation for Pkg.clone<http://docs.julialang.org/en/latest/stdlib/pkg/?highlight=pkg.clone#Base.Pkg.clone>, it did so under the package name "jmw". Did you mean for the second argument to be a branch name? You can checkout a specific branch after cloning the package using the Pkg.checkout command. Also, SQLite is an official, registered package, so installing it via Pkg.clone is a bit unusual. Do you need John's fork for some particular reason?
On Mon, Jan 20, 2014 at 8:10 AM, Sharmila Gopirajan Sivakumar < [email protected]> wrote: > Hi, > I want to install a package from a github branch, specifically, > https://github.com/johnmyleswhite/SQLite.jl/tree/jmw . I tried the > following command > > Pkg.clone("https://github.com/johnmyleswhite/SQLite.jl.git", "jmw") > INFO: Cloning jmw from https://github.com/johnmyleswhite/SQLite.jl.git > INFO: Computing changes... > INFO: No packages to install, update or remove. > > Julia is not able to install the package. Is it possible to locally > checkout the code and install from source? > > Thank you. > > Regards, > Sharmila >
