How to install PyPlot.jl on Windows 10 behind a firewall

Thanks for the follow-up! By beginning pasting the command I just realized that I was no longer on Linux… Hence, the problem was typing this command

ENV["PYTHON"]="/c/Program/Anaconda3/python"

instead of (!):

ENV["PYTHON"]="c:\\Program\\Anaconda3\\python

So, that was the culprit. Writing the http and https proxy into the .condarc file in my home directory was enough in the end.

Thanks!

2 Likes