Python Runtime Environments: Unterschied zwischen den Versionen
Aus MattWiki
Matt (Diskussion | Beiträge) Die Seite wurde neu angelegt: „This article tries to bring structure into the different runtime environments for Python for running python programs or Jupyter Notebooks and their advantages and drawbacks: == Management of Environments == pip list pip install == Linux Environments == === Debian === Managed by distribution - Available Packages in Aptitude === Virtual Environment (venv) === pip == Windows Environments == === Windows Native === === Miniconda === pip === Known Iss…“ |
Matt (Diskussion | Beiträge) Keine Bearbeitungszusammenfassung |
||
Zeile 1: | Zeile 1: | ||
This article tries to bring structure into the different runtime environments for Python for running python programs or Jupyter Notebooks and their advantages and drawbacks: | This article tries to bring structure into the different runtime environments for Python for running python programs or Jupyter Notebooks and their advantages and drawbacks: | ||
= '''<big><u>''This site is a major work in progress''</u></big>''' = | |||
== Management of Environments == | == Management of Environments == |
Version vom 1. Mai 2025, 23:00 Uhr
This article tries to bring structure into the different runtime environments for Python for running python programs or Jupyter Notebooks and their advantages and drawbacks:
This site is a major work in progress
Management of Environments
pip list pip install
Linux Environments
Debian
Managed by distribution - Available Packages in Aptitude
Virtual Environment (venv)
pip
Windows Environments
Windows Native
Miniconda
pip
Known Issues
Not all packages seem to work properly. Known issues:
- yfinance.download seems not to work properly on Windows