Python

From Sasara
Revision as of 23:40, 5 November 2025 by Rubenerd (talk | contribs) (Created page with "'''Python''' is an interpreted scripting language that's frustrating to install packages for, especially in a cross platform way. Use pkgsrc if you can. ==Running a venv== python3 -m venv $ENVIRONMENT_NAME source $ENVIRONMENT_NAME/bin/activate pip install $PACKAGE Category:Tech")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigationJump to search

Python is an interpreted scripting language that's frustrating to install packages for, especially in a cross platform way. Use pkgsrc if you can.

Running a venv

python3 -m venv $ENVIRONMENT_NAME
source $ENVIRONMENT_NAME/bin/activate
pip install $PACKAGE