Skip to content
This repository has been archived by the owner on Jan 30, 2023. It is now read-only.

Commit

Permalink
WSL: Add how to handle strange permission error
Browse files Browse the repository at this point in the history
  • Loading branch information
tobiasdiez committed Oct 18, 2021
1 parent c896669 commit 9b5d30f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/doc/en/installation/source.rst
Original file line number Diff line number Diff line change
Expand Up @@ -401,6 +401,9 @@ Sage can be installed onto linux running on Windows Subsystem for Linux (WSL). T

From this point on, follow the instructions in the :ref:`sec-installation-from-sources-linux-recommended-installation` section.

In case `make` encounters permission errors of the kind `"[Errno 13] Permission denied: 'build/bdist.linux-x86_64/wheel/<package>.dist-info'"`, then create a temporary build folder using `mkdir -p ~/tmp/sage` and use it for building by `eval SAGE_BUILD_DIR="~/tmp/sage" make`.
Also see the `related Github issue <https://github.com/pypa/packaging-problems/issues/258>`_ for other workarounds.

When the installation is complete, you may be interested in :ref:`sec-launching-wsl-post-installation`.

Other platforms
Expand Down

0 comments on commit 9b5d30f

Please sign in to comment.