Tracy Wadleigh
Tracy Wadleigh
*bump* I'm in a situation where I can't make my packages individual repos---they live in a subdirectory of a monorepo of mostly C++---and have to rely on modifying `LOAD_PATH` in...
I was also thinking of just running `julia -e 'println(LOAD_PATH)'` to grab it without having to mess with the environment.
It looks like something more will have to be done in `SymbolServer`. The server process apparently already runs `startup.jl` because its `LOAD_PATH` already includes my custom directory.
I would guess you are using a not-particularly-unicode-friendly font on windows. I have had to hack the registry to get DejaVu Sans Mono into the console.
Checked it out myself. I see this, too.
I see something something very similar: ``` apm install ink Installing ink to /home/tracy/.atom/packages ✗ > [email protected] postinstall /tmp/apm-install-dir-119928-20182-kzzg9v.6uto/node_modules/ink > node scripts/postinstall.js Aborted (core dumped) npm WARN enoent ENOENT: no...
I don't think this will work at all with octave. Sorry. On Jan 18, 2018 4:12 PM, "Mr-Carvalho" wrote: > Hey, I might be a little in over my head,...
In theory, yes, that's what it was designed to do. However, `mexjulia` is currently in a limbo state. I only ever really got it working on Windows, and even then...
That sounds right. Unfortunately I no longer have access to a MATLAB license, so I have no way to test any code tweaks myself.
I never used any special tools. It was all a lot of small tests and trial and error. And it took quite a lot of that at the beginning. I...