Skip to content

Commit

Permalink
docs(fix): how to install Py. 3.8 on recent Ubuntu
Browse files Browse the repository at this point in the history
In relation to #2942 (comment)

Signed-off-by: Camille Moulin <[email protected]>
  • Loading branch information
camillem committed Nov 16, 2022
1 parent a410f6e commit 7d23ed7
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions docs/source/getting-started/install.rst
Original file line number Diff line number Diff line change
Expand Up @@ -120,6 +120,9 @@ 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'll have to install Python 3.8 manually.
One possibility to do so is to use Deadsnakes' PPA:
sudo apt update && sudo apt upgrade && sudo add-apt-repository ppa:deadsnakes/ppa -y && sudo apt install python3.8 python3.8-distutils



Expand Down

0 comments on commit 7d23ed7

Please sign in to comment.