You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The project manager is doing what is globally correct. The issue is that we don't enable the launcher to download python and graal into the runtimes it downloads, but we should.
General Summary
The project manager bundle uses local JVM runtime located at
~/.local/share/enso/runtime
even if the bundled one is available:Steps to Reproduce
Download the project-manager bundle (tested with a 0.5.19 staging release
Extract and start the project manager
Run the IDE with
--no-backend
flagps
shows that the language server is using the local JVM runtimeIf you remove the local runtime, the project manager starts using the bundled one.
Expected Result
The project manager uses the bundled JVM runtime even if the local one is available.
Actual Result
The project manager always uses local JVM runtime if available.
Enso Version
main @ 117ca51
The text was updated successfully, but these errors were encountered: