Hello,
I managed to install Julia on Windows 7, but I’m having trouble setting up VSCodium 1.70.2:
Trying to locate Julia binary...
Juliaup not found, locating Julia by other means.
No Julia executable was identified.
The current PATH environment variable is "C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Windows\System32\WindowsPowerShell\v1.0\;C:\Program Files\VSCodium\bin,C:\Users\vboxuser\AppData\Local\Programs\Julia-1.10.9\bin;;C:\Users\vboxuser\AppData\Local\Programs\Julia-1.10.9\bin;C:\Users\vboxuser\AppData\Local\Programs\VSCodium\bin,C:\Users\vboxuser\AppData\Local\Programs\Julia-1.10.9\bin".
Trying to locate Julia binary...
Juliaup not found, locating Julia by other means.
Trying to locate Julia binary...
Juliaup not found, locating Julia by other means.
Trying to locate Julia binary...
Juliaup not found, locating Julia by other means.
No Julia executable was identified.
The current PATH environment variable is "C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Windows\System32\WindowsPowerShell\v1.0\;C:\Program Files\VSCodium\bin,C:\Users\vboxuser\AppData\Local\Programs\Julia-1.10.9\bin;;C:\Users\vboxuser\AppData\Local\Programs\Julia-1.10.9\bin;C:\Users\vboxuser\AppData\Local\Programs\VSCodium\bin,C:\Users\vboxuser\AppData\Local\Programs\Julia-1.10.9\bin".
No Julia executable was identified.
The current PATH environment variable is "C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Windows\System32\WindowsPowerShell\v1.0\;C:\Program Files\VSCodium\bin,C:\Users\vboxuser\AppData\Local\Programs\Julia-1.10.9\bin;;C:\Users\vboxuser\AppData\Local\Programs\Julia-1.10.9\bin;C:\Users\vboxuser\AppData\Local\Programs\VSCodium\bin,C:\Users\vboxuser\AppData\Local\Programs\Julia-1.10.9\bin".
No Julia executable was identified.
The current PATH environment variable is "C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Windows\System32\WindowsPowerShell\v1.0\;C:\Program Files\VSCodium\bin,C:\Users\vboxuser\AppData\Local\Programs\Julia-1.10.9\bin;;C:\Users\vboxuser\AppData\Local\Programs\Julia-1.10.9\bin;C:\Users\vboxuser\AppData\Local\Programs\VSCodium\bin,C:\Users\vboxuser\AppData\Local\Programs\Julia-1.10.9\bin".
I fear you’re in for a world of pain. After every hurdle you clear, another one will pop up. Windows 7 is old enough to legally drive a car in the US, and has been unsupported for ten years now. Microsoft doesn’t even allow you to pay them extra for support anymore — that ended five years ago.
So even if someone did this work for you and found something that works, you’ll likely hit another issue. And another. And another.
If that’s fun for you, awesome! But it doesn’t seem like you’re interested in doing much legwork here yourself.
Does the portable version get releases at the same time as the non portable version?
Also, Windows 7 was a great OS. Win 10 support is ending in October and I’ve seen enough garbage in Win 10 and 11 that I’m finally going to jump ship to Linux (Pop_OS). I’ve been using it off and on for a year or two now for Julia development and it’s been great. I highly recommend for anyone in a similar situation as OP.
Hello,
Thank you so much for your reply.
The problem is not Julia. I have installed Julia version 1.10.9. My problem is VSCodium. Can anyone install a Windows 7 x64 in VirtualBox and test it?
Hello,
Thank you so much for your reply.
The problem is that my system is old and I can’t install Windows 10 on it. Its hardware specifications are not strong enough for me to install a virtual machine on it.
Minimum requirements aim for usability, but it’s definitely not the ideal experience. IIRC, the typical RAM capacity was 4GB in 2015 when Windows 10 released; for comparison, VS Code released in 2015, and VS Codium and Julia v1 released in 2018, so it’s worth checking what versions intentionally support Windows 7. 32-bit addresses are constrained to 4GB of course, though PAE and multiple processes extend that.
Is there a special reason you need to stick with Windows at all? I think the usual recommendation for working on older/lower-resource computers is to grab a Linux/BSD install with a low-resource windows manager (e.g., Xfce, etc.) It’d be better from a security standpoint, at least.
In terms of IDEs, the other ones people use here are emacs and vim/neovim. Those will likely be better for a low-resource environment than vscode, but have the downside of taking more trouble to install/configure (especially to get anything like a “full” IDE experience). However, I have no idea if there would be issues compiling/running those on such an old version of windows.
Julia for VSCode v0. 1 was released in 2016, four years after the release of Windows 8 and one year after the realise of Windows 10 - so there likely wasn’t ever a version that targeted Windows 7.
I’ll also repeat my point from above, if your system doesn’t meet the minimum Win10 requirements I doubt that Julia + VSCode + Julia plug in will be running at usable speeds.