Naar inhoud springen

Python: venv start: versiegeschiedenis

Selectie voor verschillen: selecteer de te vergelijken versies en toets ENTER of de knop onderaan.
Verklaring afkortingen: (huidig) = verschil met huidige versie, (vorige) = verschil met voorgaande versie, k = kleine wijziging.

24 feb 2026

17 feb 2026

  • huidigvorige 19:4417 feb 2026 19:44 Dschaft overleg bijdragen 674 bytes +674 Nieuwe pagina aangemaakt met '=== Create & activate === In your project root python3 -m venv .venv Activate in zsh/bash source .venv/bin/activate Verify python -V Prepends .venv/bin to PATH, so python, pip, and any console scripts installed in the venv are found first. Sets a few Python-related vars (e.g., VIRTUAL_ENV, PYTHONHOME unset). === Deactivating, uninstalling, removing === Leave the venv deactivate Uninstall a package (inside the venv) source .venv/bin/activate py…'