From bc7c7e046f734fb73e158375c9b868ca605c83f0 Mon Sep 17 00:00:00 2001 From: Expo on server Date: Tue, 16 Apr 2024 02:41:10 +0100 Subject: [PATCH] python version - online edit of handbook/computing/wsllaptop.html --- handbook/computing/wsllaptop.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/handbook/computing/wsllaptop.html b/handbook/computing/wsllaptop.html index 49990e8ff..1f04b9a7e 100644 --- a/handbook/computing/wsllaptop.html +++ b/handbook/computing/wsllaptop.html @@ -163,7 +163,7 @@ and heressh command line

The pain continues: Python on WSL2

-

WSL2 installs python by default, but it may be a rather old python (depending on the history of your laptop, phase of moon etc.) and if you want development speed you want python3.11. [NB the expo server currently runs python 3.9, so don't use any post3.9 idioms in your code.] +

WSL2 installs python by default, but it may be a rather old python (depending on the history of your laptop, phase of moon etc.) and if you want development speed you want python3.11. [NB check what version of python is running on the server. It was 3.11.2 in April 2024.]

To install python3.11 and pip follow these instructions to the letter. But that's not enough, you need to configure pip to work properly with python3.11 (this is because it's a bit bleeding edge as yet), so you ALSO then need to re-install the latest with: