From aa7c698ddf6be9fa233bbf16dcd3a1b0208357bc Mon Sep 17 00:00:00 2001 From: Krzysztof Jankowski Date: Tue, 22 Sep 2020 19:35:50 +0200 Subject: [PATCH] Added information for Ubuntu to symlink python3 --- Platforms/HTML5/HowTo/README.0.building.UE4.Editor.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Platforms/HTML5/HowTo/README.0.building.UE4.Editor.md b/Platforms/HTML5/HowTo/README.0.building.UE4.Editor.md index 0a69afa..b8aa389 100644 --- a/Platforms/HTML5/HowTo/README.0.building.UE4.Editor.md +++ b/Platforms/HTML5/HowTo/README.0.building.UE4.Editor.md @@ -44,7 +44,7 @@ and, ensure you have the respective compiler tools for your desktop: - Linux - build-essential - + - (Ubuntu 20.04) sudo ln -s /usr/bin/python3 /usr/bin/python * * * ## Get Source Files