Re: (no subject)
Jan Wielemaker <[email protected]> Wed, 9 Apr 2014 15:00:52 +0200
| Newsgroups | gmane.comp.ai.prolog.swi |
|---|---|
| Message-ID | <[email protected]> |
On 09-04-14 12:44, Anne Ogborn wrote: > I'm unsure how to debug this. > > :\Users\Annie>swipl > elcome to SWI-Prolog (Multi-threaded, 64 bits, Version 7.1.11-37-g30547ac) > opyright (c) 1990-2014 University of Amsterdam, VU Amsterdam > WI-Prolog comes with ABSOLUTELY NO WARRANTY. This is free software, > nd you are welcome to redistribute it under certain conditions. > lease visit http://www.swi-prolog.org for details. or help, use ?- help(Topic). or ?- apropos(Word). > ?- pack_install(weblog). > Contacting server at http://www.swi-prolog.org/pack/query ... ok > Install [email protected] from GIT at https://github.com/Anniepoo/weblog.git Y/n? > ERROR: source_sink `path(git)' does not exist > ?- Possibly there are better error messages :-) Install git and make sure it is in $PATH or (Windows %PATH%) or add a rule user:file_search_path(path, '/path/to/dir/with/git'). Packs can both refer to git repos and to archive files. If you don't want a pack to require git for installing, make it available as a tar archive. Cheers --- Jan > > > I have git on my path. > _______________________________________________ > SWI-Prolog mailing list > [email protected] > https://lists.iai.uni-bonn.de/mailman/listinfo.cgi/swi-prolog >