Running Orange in WSL 2 (Windows) #5676
fahminlb33
started this conversation in
Show and tell
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I wanted to share my tips on how to install Orange in Windows inside WSL 2. I come up with this idea because I had several problems with Orange before (#5535, #5540) and couldn't figure out how to solve them in Windows without making some complicated changes to my system.
Here's how to do it:
Setup
Running vcXsrv
If you get a Windows Firewall notice, allow both private and public network to allow the server to communicate from within WSL 2 and Windows host.
Running Orange
.bashrc
and add the following line:orange-canvas
Orange should be launched in a moment. You can use files from your Windows host too by navigating to Windows mount point such as
/mnt/c
, but it's better to copy the file from Windows to WSL before using it in Orange.I like this method because I don't have to worry about Orange compatibility in Windows and also for me Orange runs a bit faster in Linux than in Windows. Hope this helps!
References
https://stackoverflow.com/questions/61110603/how-to-set-up-working-x11-forwarding-on-wsl2
Beta Was this translation helpful? Give feedback.
All reactions