1
0
mirror of https://github.com/tiyn/wiki.git synced 2026-07-26 12:21:35 +02:00

Python: Created Own pip Entry

This commit is contained in:
2026-07-14 02:31:41 +02:00
parent 25733ecad8
commit 4481305b38
3 changed files with 61 additions and 21 deletions

View File

@@ -24,5 +24,8 @@ They distribute standalone applications that can run independently of the system
single executable file.
- [Flatpak](/wiki/linux/flatpak.md) distributes sandboxed desktop applications across different
Linux distributions.
- [uv](/wiki/programming_language/python/uv.md) manages Python installations, virtual environments,
project dependencies and Python-based command-line tools.
- [uv](/wiki/programming_language/python/uv.md) manages Python installations,
[virtual environments](/wiki/programming_language/python.md#using-virtual-environments), project
dependencies and Python-based command-line tools.
- [pip](/wiki/programming_language/python/pip.md) manages Python installations and can be used in a
virtual environment.