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
Copy file name to clipboardExpand all lines: content/en/software/install-and-run/running-wsl.md
+8-11Lines changed: 8 additions & 11 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,12 +4,11 @@ weight: 20
4
4
type: docs
5
5
---
6
6
7
-
Medley on WSL involves installing and maintaining the WSL subsystem within Windows. When installing and using Medley on WSL, you are working within Linux. Some familiarity with Linux and the Linux command line is helpful. Medley on WSL is best for users who are running WSL anyway and/or prefer working in a Linux environment. Medley sees the WSL file system, and Windows files appear under "/mnt/c/", e.g., Windows download will be in "/mnt/c/Users/yourname/Downloads").
8
-
=======
9
-
Medley on WSL involves installing and maintaining the WSL subsystem within Windows. When installing and using Medley on WSL you are working within Linux. Some familiarity with Linux and the Linux command line is helpful. Medley on WSL is best for users who are running WSL anyway and/or prefer working in a Linux environment. Medley sees the WSL file system, and Windows files appear under "/mnt/c/", e.g., Windows download will be in "/mnt/c/Users/yourname/Downloads").
10
-
>>>>>>> Stashed changes
7
+
Medley on WSL involves installing and maintaining the WSL subsystem within Windows. When installing and using Medley on WSL, you are working within Linux. Some familiarity with Linux and the Linux command line is helpful.
11
8
12
-
Medley will run on either WSL1 or WSL2. WSL2 is preferred, but for older machines that do not support virtualization (see
9
+
Medley on WSL is best for users who are running WSL anyway and/or prefer working in a Linux environment. Medley sees the WSL file system, and Windows files appear under `/mnt/c/`, e.g., Windows download will be in `/mnt/c/Users/yourname/Downloads`.
10
+
11
+
Medley will run on either WSL1 or WSL2. WSL2 is preferred, but for older machines that do not support virtualization (see
or Windows builds prior to Windows 10 Build 19041, WSL1 will work just fine although it will be limited to the VNC mode (see below).
15
14
@@ -19,7 +18,7 @@ There are release configurations for Debian-based systems; i.e., systems that su
19
18
20
19
In the [Medley downloads site](https://online.interlisp.org/downloads/medley_downloads.html) get the release asset for WSL and your host machine type (X86_64, ARM64, ARMv7).
21
20
22
-
The WSL packages differ only in
21
+
The WSL packages differ only in
23
22
that they include an additional functionality to have Medley display in a VNC Window
24
23
instead of a standard X Window. This is useful on high resolution displays since
25
24
the VNC window will scale according to the Windows Settings->Display->Scale setting,
@@ -29,11 +28,9 @@ Aside from these two features, a non-WSL .deb package will install and run on WS
29
28
30
29
## Accessing Medley for WSL
31
30
32
-
1. Use a browser to download from the .deb package for your platform (i.e., "standard" WSL) and your machine architecture (X86_64, ARM64, or ARMv7) to `<deb_filepath>` from [the Medley downloads site](https://online.interlisp.org/downloads/medley_downloads.html)
33
-
31
+
1. Use a browser to download from the .deb package for your platform (i.e., "standard" WSL) and your machine architecture (X86_64, ARM64, or ARMv7) to `<deb_filepath>` from [the Medley downloads site](https://online.interlisp.org/downloads/medley_downloads.html)
34
32
`<deb_filepath>` will depend on whether the browser was started in Windows or in WSL:
35
-
* If downloading to the standard Downloads folder, using a WSL-based browser `<deb_filepath>` will be in `~/Downloads`.
36
-
* If using a Windows-based browser, `<deb_filepath>` will be in `/mnt/c/Users/<username>/Downloads`.
37
-
38
33
34
+
* If downloading to the standard Downloads folder, using a WSL-based browser `<deb_filepath>` will be in `~/Downloads`.
39
35
36
+
* If using a Windows-based browser, `<deb_filepath>` will be in `/mnt/c/Users/<username>/Downloads`.
0 commit comments