Elektrine lite

← Feed

@bob_lemon@feddit.org

Post #45819

2025-12-09 16:44 UTC

What? Linux: Install with whatever package manager you use Windows: download installer, run installer Mac: Idk, same as Windows I’d guess Then type python or python3 into your command line to check of it works. Run scripts from command line, too (to prevent stuff like file associations or shebangs) Any version >=3.10 is fine, the differences don’t matter for a basic course. Venv or even pip is not needed either (again, basic course).

Replies (1)

  • @tyler@programming.dev 2025-12-10 04:18

    If only it were that easy. Like i said, my job for years was literally deploying scripts and software to a fleet of machines including Macs and windows laptops. Every single install would have something go wrong, every single time.

    Open ##47883