Skip to content

Commit

Permalink
Merge pull request #3146 from camillem/patch-1
Browse files Browse the repository at this point in the history
docs(fix): how to install Py. 3.8 on recent Ubuntu
  • Loading branch information
pombredanne authored Dec 24, 2022
2 parents c7e503c + 6b9957d commit 4b28752
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion docs/source/getting-started/install.rst
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,15 @@ Installation as an Application: Downloading Releases

ScanCode app archives come with packaged with all required dependencies except
for Python that has to be downloaded and installed separately.

On more recent versions of Ubuntu, you will ll have to install Python 3.8 manually.
One possibility is to use the Deadsnakes PPA (Personal Package Archive) which is
a project that provides older Python version builds for Debian and Ubuntu and is
available at https://github.com/deadsnakes/ and https://launchpad.net/~deadsnakes/+archive/ubuntu/ppa
::

sudo apt-get update && sudo apt-get upgrade
sudo add-apt-repository ppa:deadsnakes/ppa --yes
sudo apt-get install python3.8 python3.8-distutils


Installation on Linux and Mac
Expand Down

0 comments on commit 4b28752

Please sign in to comment.