Have there been updates to this issue? I am seeing the same "ERROR: UndefVarError: dlpath not defined" problem.
I tried running git checkout v1.3.0 as recommended, and then rebuilt with
1) Delete ~/.julia/lib
2) Run in julia:
2.1) ENV["PYTHON"] = " ... path to python ... "
2.2) Pkg.build("PyCall")
2.3) using PyCall
as recommended. So far no luck.
I am using ubuntu 14.04 and Python 2.7.10 | Anaconda 2.3.0 (64-bit)
