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
{{ message }}
This repository has been archived by the owner on Sep 18, 2023. It is now read-only.
Should users be using the Windows Subsystem for Linux? cmd.exe? Git Bash mingw64?
I can confirm, talking to a user today, that the windows subsystem for linux definitely works with maws.
In trying to get it working under Git Bash mingw64, I could see that we could install mozilla-aws-cli-mozilla and mozilla-aws-cli, but maws didn't see the config available from mozilla-aws-cli-mozilla for some reason
Also, by default the WSL doesn't have ~/.local/bin in the PATH so that needed to be added.
In Git Bash mingw64 a PATH modification was also needed. We got the error
WARNING: The script maws.exe is installed in 'C:\Users\jdoe\AppData\Local\Packages\PythonSoftwareFoundation.Python.3.9_qbz5n2kfra8p0\LocalCache\local-packages\Python39\Scripts' which is not on PATH.
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Should users be using the Windows Subsystem for Linux? cmd.exe? Git Bash mingw64?
I can confirm, talking to a user today, that the windows subsystem for linux definitely works with maws.
In trying to get it working under Git Bash mingw64, I could see that we could install mozilla-aws-cli-mozilla and mozilla-aws-cli, but maws didn't see the config available from mozilla-aws-cli-mozilla for some reason
Also, by default the WSL doesn't have
~/.local/bin
in the PATH so that needed to be added.In Git Bash mingw64 a PATH modification was also needed. We got the error
The text was updated successfully, but these errors were encountered: