diff options
author | Philip Sargent <philip.sargent@gmail.com> | 2024-12-11 21:46:37 +0000 |
---|---|---|
committer | Philip Sargent <philip.sargent@gmail.com> | 2024-12-11 21:46:37 +0000 |
commit | 54a069df84a32488b3216bbb3f7c29c85c9ea7a1 (patch) | |
tree | 64f43859669fa516727e50f6fb0c12d920f131e1 | |
parent | 2bebc781a114d658c334e613394f1087963802b0 (diff) | |
download | troggle-54a069df84a32488b3216bbb3f7c29c85c9ea7a1.tar.gz troggle-54a069df84a32488b3216bbb3f7c29c85c9ea7a1.tar.bz2 troggle-54a069df84a32488b3216bbb3f7c29c85c9ea7a1.zip |
comments
-rwxr-xr-x | _deploy/wsl/os-trog24.04.sh | 11 |
1 files changed, 5 insertions, 6 deletions
diff --git a/_deploy/wsl/os-trog24.04.sh b/_deploy/wsl/os-trog24.04.sh index 37f0b16..37b9ccc 100755 --- a/_deploy/wsl/os-trog24.04.sh +++ b/_deploy/wsl/os-trog24.04.sh @@ -1,13 +1,12 @@ #!/bin/bash -# Run this in a terminal in the troggle directory: 'bash os-trog.sh' -# On WSL, do Shift-click in the file explorer on the troggle folder to open a Linux command line -# 'Open Linux shell here' +# Run this in a terminal in your $HOME directory, e.g. /home/philip/ +# run like this: bash os-trog.sh' + echo 'Run this in a terminal in your home directory: "bash os-trog.sh"' cat /etc/os-release -# Expects an Ubuntu 24.04 relatively clean install. -# 24.04 has python 3.12 +# Expects a WSL Ubuntu 24.04 relatively clean install. +# 24.04 has python 3.12 as standard -# sudo apt install python-is-python3 -y python --version : ensure python is an alias for python3 not python2.7 ssh -V sudo apt update -y |