-
Notifications
You must be signed in to change notification settings - Fork 23
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
proper installation and use of Shellshare under MS Windows 10 (also tput and size error messages) #68
Comments
I guess it suppose to be so (used cmd). Following can be done as regular user, no administrative permissions required, except Python installing. clink is also useful for cmd users and I installed it also.
|
Still I face with issues and cannot use shellshare under MS Windows 10:
Tried to resize cmd window - didn't help... Although it would be useful, if can use larger terminal as otherwise commands are not visible for students. Tested also with PowerShell 5.1.19041.610 (that version is included with MS Windows 10, 20H2) - same error messages. Tested also with latest Python 3.9.2 - still same errors. Using 64-bit, MS Windows 10 EDU 20H2, OS build 10.0.19042.804 |
I'd tested this originally with Git Bash in Windows, which includes its own There's an outstanding bug since September that's Windows-related, but it's not been resolved yet. For now, the simplest set of workable instructions for Git Bash should be:
|
The question is related with native MS Windows command line and not Bash in Windows. When we try to use built-in CLI in MS Windows, then shellshare won't work with previously mentioned error messages. But the claim in #61 was, that shellshare will work without Cygwin emulation now, but actually it does not. We can also use WSL, which enables Bash in MS Windows, but then it's not actually MS Windows anymore, it is Linux subsystem, which is in case of Git Bash also. My main concern is native Windows CLI, what was also the claim of #61 ... At least WSL is part of Windows 10 and we don't need to download manually, but just enable WSL. So, still we don't have shellshare for Windows working yet... |
Shellshare isn't my project by any means, I'm just someone who wanted to use it under Windows in some Software Carpentry workshops, which already use Git Bash. Shellshare definitely needs some utilities standard for Unix environments like @dpshelio did some PowerShell work in #61 , but I don't think that got integrated in, since he was also willing to go with a Git Bash environment for his Windows users, if I recall correctly. So the project went from "doesn't support non-Cygwin Windows at all (due to missing |
Looks like now v1.1.0 has Windows support? How to properly install and use under Windows? Noticed, that %appdata%\Local\Microsoft\WindowsApps is in path, perhaps download shellshare and script.exe there? How to run then? Having own instance of shellshare server running, under Linux works like a charm.
The text was updated successfully, but these errors were encountered: