-
Notifications
You must be signed in to change notification settings - Fork 4
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
Windows support #14
Comments
Looks like 'pwd' (https://docs.python.org/2/library/pwd.html) is only for linux and does not have a good alternative on windows. We might have to write something to retrieve the full user name ourselves in both platforms. The 'termios' library also only exists for Unix (https://docs.python.org/2/library/termios.html). There is a TermiWin (https://github.com/ChristianVisintin/termiWin) but it even states that it should only be used when you don't need performance and high reliability. |
Since there does not seem to be a an appropriate substitute for termios (pty in particular) on windows, I've been checking how Rez got its windows shell and found this thread: AcademySoftwareFoundation/rez#55 For windows only CMD and PowerShell are supported in Rez: There does not seem to be windows support for bash, which is what Wiz uses in unix right now: |
Dropping the issue from the milestones 3.1.0, it's gonna come with the following version |
Wiz currently works on Linux and Mac, but not on windows. It should work cross platform.
The text was updated successfully, but these errors were encountered: