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.