From dba988f690104f01eb07c6b55f627502bad4a716 Mon Sep 17 00:00:00 2001 From: Philip Sargent Date: Sat, 14 Dec 2024 23:49:18 +0000 Subject: [PATCH] comment out python install, see Troggle Dev laptop instead - online edit of handbook/computing/wsllaptop.html [PosixPath('/home/philip/expo/expoweb/handbook/computing/wsllaptop.html')] --- handbook/computing/wsllaptop.html | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/handbook/computing/wsllaptop.html b/handbook/computing/wsllaptop.html index fdd9d4ef3..3d2c385f2 100644 --- a/handbook/computing/wsllaptop.html +++ b/handbook/computing/wsllaptop.html @@ -80,6 +80,7 @@ Now finally you can use all the usual command line tools at your wsl command lin

WSL 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.13. [NB check what version of python is running on the server. It was 3.11.2 in December 2024.].

We used to have lengthy instructions fo installing python using "deadsnakes" but since December 2024 we just use the uv utility for everything. +

WSL1 Historic problems

WSL2 is now noticeably even slower for NTFS files mounted as /mnt/c or /mnt/d, so now it is only really useable if you move all the troggle code into your Linux filespace on \\wsl.localhost\Ubuntu-22.04\home which means that those files will only be accesible from Linux. Buggeration.