-
-
Notifications
You must be signed in to change notification settings - Fork 981
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Has anyone considered using linux terminal from microsoft online store, on windows systems? #851
Comments
Happy to receive a report on if the lesson can be successfully followed in such a environment. |
Does this relate to the windows subsystem for linux? I use this a lot, also for swc. I think most of the unix shell lessons can be done, git will be challenging due to the file mounting system windows using. I'm currently (as in right now) taking the instructor training. Could this be something I can elaborate upon and use for my checkout? |
As far as I know, it only works in Windows 10 and many people are still using Windows 8 (need reference). |
That's correct, wsl has been introduced as part of the windows 10, see below: https://blogs.windows.com/buildingapps/2016/03/30/run-bash-on-ubuntu-on-windows/ |
So, I'll rephrase the question slightly. Does the Windows 10 subsystem for linux have a low enough barrier to install, and have all the tools to go through a workshop? If it does, we can add it as an option for people to use. I'm window-less since Steam released Proton so I can't test. |
From the top of my head (needs references):
It might not be something you want to handle on the morning of a workshop. Also, as I said earlier, the use of git in wsl has some very rough edges. I'd be happy to write a short report to see if this can be included as an option in alpha/beta stage. |
Here is my experience with Linux subsystem on Windows 10:
Linux on Windows10 is a valid option and helps avoid some of the quirks of Git Bash on Windows. However, installation is complicated and the instructions are interspersed between several documents. I provided my steps below, if you think that might be helpful to share:
To open a terminal, run Ubuntu from the Windows start menu. |
I still think there will be some challenges for the git lessons. git on wsl does not deal well with mounted file systems., see wsl issues 184 and 2900 This is not a problem if wsl users clone a repo in their linux homes folder (or a path relative to it) but it might be if they copy a downloaded repo from another drive on their computer. There are of course ways to fix the issues if they pop up but I think the offered solutions distract the users from the learning objectives of the lesson and might give them the wrong idea about git being very technical etc. |
Thanks @vwkoppejan and @trapido for the feedback. I think at this point WSL isn't ready for use in SWC. We will close this for now. Feel free to reopen if there is major movement on this front. |
https://www.microsoft.com/en-us/p/ubuntu/9nblggh4msv6?activetab=pivot:overviewtab
The text was updated successfully, but these errors were encountered: