Also, if I try to update Dolice (after having deleting it from the above 
mentioned directories)
 by first typing Pkg.add("Dolice") I receive following error:

Pkg.add("Docile")
ERROR: unknown package Docile
 in wait at task.jl:51
 in sync_end at ./task.jl:306
 in add at pkg/entry.jl:314
 in add at pkg/entry.jl:71
 in anonymous at pkg/dir.jl:28
 in cd at ./file.jl:20
 in __cd#226__ at ./pkg/dir.jl:28
 in add at pkg.jl:20


I can only install it if I directly run the Pkg.update() command, which 
does install v. 0.1 as mentioned above

On Saturday, June 13, 2015 at 12:03:17 PM UTC+2, Kostas 
Tavlaridis-Gyparakis wrote:
>
> Followed your recommendation but have to note the following things:
>
> 1) I have Julia v0.3 even if I just downloaded Julia this week 
> 2) after deleting Dolice and running update command again the version 0.1 
> was installed:
>
> Pkg.update()
> INFO: Updating METADATA...
> INFO: Computing changes...
> INFO: Cloning cache of Docile from git://
> github.com/MichaelHatherly/Docile.jl.git
> INFO: Installing Docile v0.1.0
>
>
>
> On Saturday, June 13, 2015 at 11:57:58 AM UTC+2, Svaksha wrote:
>>
>> On Sat, Jun 13, 2015 at 9:44 AM, Kostas Tavlaridis-Gyparakis 
>> <kostas.t...@gmail.com> wrote: 
>> > Only problem is that when I run the updtate command in julia I receive 
>> a msg 
>> > that there is nothing to be upgraded: 
>>
>> Try the update command after you manually delete the "Docile" package 
>> from `~/.julia/.cache` and `v0.4/` folders. <-- Do check the julia 
>> version your system has. Before doing this take a backup of the 
>> `.julia` folder, just in case... 
>>
>> HTH, 
>> SVAKSHA ॥  http://about.me/svaksha  ॥ 
>>
>

Reply via email to