I'm new to both julia and git.  Trying to follow this thread because I am 
having problems with using Plots in 0.4.0 (and 0.3.8).  I downloaded Git 
Desktop (https://desktop.github.com/) and tried the following from the Git 
Shell:

C:\Users\user\.julia\v0.4\PyCall [master]> git fetch origin pull/155/head:
fix-timer-api
>From git://github.com/stevengj/PyCall.jl
 * [new ref]         refs/pull/155/head -> fix-timer-api

C:\Users\user\.julia\v0.4\PyCall [master]> git checkout fix-timer-api
Switched to branch 'fix-timer-api'

C:\Users\user\.julia\v0.4\PyCall [fix-timer-api +1 ~0 -0 !]>


After this I tried opening Julia 0.4.0 repl and running the Plots package 
with no luck.
I am not sure what do to next, or if I am missing some crucial step.

julia> using Plots
ERROR: ArgumentError: Docile not found in path
 in require at loading.jl:233
 in stale_cachefile at loading.jl:439
 in recompile_stale at loading.jl:457
 in _require_from_serialized at loading.jl:83
 in _require_from_serialized at loading.jl:109
 in require at loading.jl:219


Reply via email to