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
Sage can be installed onto Linux running on Windows Subsystem for Linux (WSL). These instructions describe a fresh install of Ubuntu 20.10, but other distributions or installation methods should work too, though have not been tested.
265
267
@@ -283,11 +285,17 @@ Sage can be installed onto Linux running on Windows Subsystem for Linux (WSL). T
283
285
From this point on, follow the instructions in the :ref:`sec-installation-from-sources-linux-recommended-installation` section.
284
286
It is strongly recommended to put the Sage source files in the Linux file system, for example, in the ``/home/username/sage`` directory, and not in the Windows file system (e.g. ``/mnt/c/...``).
285
287
288
+
WSL permission denied error when building `packaging` package.
You may encounter permission errors of the kind ``"[Errno 13] Permission denied: 'build/bdist.linux-x86_64/wheel/<package>.dist-info'"`` during ``make``.
287
292
This usually comes from a permission conflict between the Windows and Linux file system.
288
293
To fix it create a temporary build folder in the Linux file system using ``mkdir -p ~/tmp/sage`` and use it for building by ``eval SAGE_BUILD_DIR="~/tmp/sage" make``.
289
294
Also see the `related Github issue <https://github.com/pypa/packaging-problems/issues/258>`_ for other workarounds.
290
295
296
+
WSL post-installation notes
297
+
~~~~~~~~~~~~~~~~~~~~~~~~~~~
298
+
291
299
When the installation is complete, you may be interested in :ref:`sec-launching-wsl-post-installation`.
0 commit comments