Software I like: Python

Python environment
Source: xkcd.com

1. Installation

Under MS Windows, download the installer (e.g., python-3.9.5-amd64.exe) from www.python.org and run it, choosing whether to include all of the optional features (documentation, pip, tcl/tk and IDLE, the Python test suite and the py launcher, and the default advanced options (associate files, create shortcuts, add to environment variables).

Under Debian Linux, install the packages python3 and python3-pip. There is no official Linux equivalent of the py launcher for Windows, but there is an unofficial python-launcher project by Brett Cannon which provides a functionally similar py command. There is no Debian package for it but there are multiple ways to install it. Alternatively, one can just use the command python3 instead of py, or perhaps define an alias (e.g., alias py='python3' in .bashrc).

2. Notes



R. Funnell
Last modified: 2024-01-08 21:40:55