Julia v1.3.1 has been released

Not Sure if here is the best place to get help on this, but after Installing Julia 1.3.1 on Win10, (as local user), Conda won’t build, it throws the error
Error building Conda:
│ ERROR: LoadError: SystemError (with C:\Users\julia): mkdir: Permission denied
if I try
import Conda
it throws another error:
LoadError: ArgumentError: Path to conda environment is not valid: C:\Users\julia\AppData\Local\JuliaPro\packages\padding_some_junk_value\in_here\creating_a_pattern_to_be_replaced\conda\3
which is apparently because ROOTENV in Conda does not get set properly. Where should I set that path to (I’m guessing) Julia1.3.1\Packages\Conda\3 ?

Right, it’s not, as it’s seems independent of Julia version. And simply points to a permission error with “mkdir: Permission denied”. You could ask on slack, or on discourse in the “Usage” section.

1 Like

Thanks, I should add that i managed to get Julia 1.2 working a year ago. Cannot remember having the same issue. Maybe I shoudl reinstall for all users.
I will ask on Usage