Hi All,
I don't have access to admin account of my office laptop. I am using standard users account. I have few modules and I am calling them as follows:
Method 1: juliaSriptPath=“C:/Julia Script/”
push!(LOAD_PATH,juliaScriptPath)
using nameof themodule
Method 2: include(“nameofthemodule.jl”)
In both case Julia is not in position to open the file as the folder “Julia Script” is becoming readonly by default even after setting its property. How to avoid the problem? Company using some software for protection of data. Moreover, it is slowing down the computational speed of Julia. Code is working well in other computer.
Thanks and regards,