Pip Tool (Python)

Moderators: peebee, Forum moderators

Post Reply
User avatar
Jasper
Posts: 2097
Joined: Wed Sep 07, 2022 1:20 pm
Has thanked: 858 times
Been thanked: 490 times

Pip Tool (Python)

Post by Jasper »

If you are used to using Pip to install applications, this is not as straightforward.

User avatar
Jasper
Posts: 2097
Joined: Wed Sep 07, 2022 1:20 pm
Has thanked: 858 times
Been thanked: 490 times

Re: Pip Tool (Python)

Post by Jasper »

An alternative to using Python's Pip is to try UV

uv-package-manager.png
uv-package-manager.png (69.4 KiB) Viewed 110 times

More info:

https://docs.astral.sh/uv/

https://docs.astral.sh/uv/#python-management

To install and add it to BASH

vpm i uv

then

uv tool update-shell

to install a package

uv tool install <package name>

Post Reply

Return to “VoidPup”