-
-
Notifications
You must be signed in to change notification settings - Fork 2
WSL (Windows Subsystem Linux)
mapoart edited this page Apr 1, 2021
·
4 revisions
Some of the languages needs WSL (Windows Subsystem Linux), so you need to enable it maually otherwise Nexss Programmer will not allow to run programmes in those languages.
- Crystal
- Ada
Enable-WindowsOptionalFeature -Online -FeatureName Microsoft-Windows-Subsystem-Linux
Invoke-WebRequest -Uri https://aka.ms/wsl-ubuntu-1604 -OutFile Ubuntu.appx -UseBasicParsing
more here: https://docs.microsoft.com/en-us/windows/wsl/install-manual OR https://docs.microsoft.com/en-us/windows/wsl/install-win10
if grep -q Microsoft /proc/version; then
printf "NEXSS/ok:Linux on Windows\n\r" >&2
else
printf "NEXSS/ok:Native Linux\n" >&2
fi
cdw() { cd "$(wslpath "$1")"; }
myFolder="c:\\windows\\system32\\"
cdw $myFolder # Will translate change dir without errors "not found"
Nexss Programmer 2.x - The innovative and evelutionary tool for the programmers.
- Home
- Getting Started
- Nexss Programmer Parts
- Development of Packages/Projects
- Other