ERROR: LoadError: UndefVarError: writedlm not defined
I got this issue when I migrated my code from Julia 0.6.1 to Julia 1.0.1. To solve it you must add to the beginning of your code the following line: using DelimitedFiles Enjoy it!
This page helps you fight with the software install in linux