Closed adamryczkowski closed 4 years ago
Apparently it does not use what is available in the ENV["PATH"], but it insists on python at <home>/.julia/conda/3/bin/python. Is there a way to force it otherwise?
<home>/.julia/conda/3/bin/python.
You need to configure it via PyCall https://github.com/JuliaPy/PyCall.jl#specifying-the-python-version
Apparently it does not use what is available in the ENV["PATH"], but it insists on python at
<home>/.julia/conda/3/bin/python.
Is there a way to force it otherwise?