It was a regular update via Arch’s package manager, but I checked, and it’s the right (64 bit) version. I uninstalled, re-installed, but no luck. Might I have more luck if I uninstall and then download from the website and build?
I haven’t used pacman’s Julia in a long time, but it makes sense that it should work.
I use JILL (disclaimer: package author), which downloads from the website and unpacks in good places. But you should uninstall first.
Thanks, this looks useful. However, when I run the script, I get the message: “The folder ‘/home/igor/.local/bin’ is not on your PATH”. In fact, in .local/ there is no folder called ‘bin’. I know it’s easy to create the folder, but I’m not a Linux specialist and I’m worried that I might mess things up. Or is it safe to do this and then run the script anew?
If you use bashisms in your script, you’re better off specifying /bin/bash in the shebang line, rather than assuming that /bin/sh points to bash. In Debian-based systems, /bin/sh points to a very simple shell called Dash by default and your script would fail because you define functions with the function keyword.
Has there been a change between v1.1 and v1.2 that affects the build process? In v1.2 when I try to use a package I get the error “C:*********.julia\packages\SpecialFunctions\fvheQ\deps\usr\bin\libopenspecfun.dll cannot be opened, Please re-run Pkg.build(“SpecialFunctions”), and restart Julia.” Using the package manager to build(“SpecialFunctions”) I get “Error: Error building SpecialFunctions:
│ ┌ Warning: On Windows, creating file symlinks requires Administrator privileges”. This second error does not occur with Julia v1.1.
multiple times gives variable results. Sometimes it gives me the error regarding administrator priviledges and other times it returns “none”. When the latter occurs the module will run.