We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I followed the instructions and Amazon2 is the default
PS C:\WINDOWS\system32> wsl -l Windows Subsystem for Linux Distributions: Amazon2 (Default)
So to check the version, I used:
PS C:\WINDOWS\system32> wsl -bash-4.2# uname -srm Linux 4.4.0-18362-Microsoft x86_64 -bash-4.2#
Is this version correct for Amazon Linux?
Thanks
The text was updated successfully, but these errors were encountered:
Do you know where .bashrc is located for the Amazon WSL distro?
The default directory drop me into /mnt/c/WINDOWS/system32 which is dangerous
Sorry, something went wrong.
cat /etc/os-release shows
NAME="Amazon Linux" VERSION="2" ID="amzn" ID_LIKE="centos rhel fedora" VERSION_ID="2" PRETTY_NAME="Amazon Linux 2" ANSI_COLOR="0;33" CPE_NAME="cpe:2.3:o:amazon:amazon_linux:2" HOME_URL="https://amazonlinux.com/"
So it looks like distro is good.
The kernel version depends on your Windows builds.
I close this issue because your question is for WSL, not for AmazonWSL.
yosukes-dev
No branches or pull requests
I followed the instructions and Amazon2 is the default
PS C:\WINDOWS\system32> wsl -l
Windows Subsystem for Linux Distributions:
Amazon2 (Default)
So to check the version, I used:
PS C:\WINDOWS\system32> wsl
-bash-4.2# uname -srm
Linux 4.4.0-18362-Microsoft x86_64
-bash-4.2#
Is this version correct for Amazon Linux?
Thanks
The text was updated successfully, but these errors were encountered: