#I ran pip with sudo, should I be concerned?
25 messages · Page 1 of 1 (latest)
@prisma flax why are you installing youtubedl with pip and not with apt?
Uhhh
The official website said nothing about apt?
@acoustic radish
(Btw, am I safe? Would the command have ruined anything?)
@prisma flax the warning says it might
There are also various graphical frontends to yt-dlp, such as parabolic, tartube and yt-dlg
pick one you want
yes
please don't sudo pip install
just install your package from your native package manager
Okie
This environment is externally managed
╰─> To install Python packages system-wide, try 'apt install
python-xyz', where xyz is the package you are trying to
install.
If you wish to install a non-debian-packaged Python package,
create a virtual environment using 'python -m venv path/to/venv'.
Then use path/to/venv/bin/python and path/to/venv/bin/pip.
If you wish to install a non-debian packaged Python application,
it may be easiest to use 'pipx install xyz', which will manage a
virtual environment for you. Make sure you have python-pipx
installed via debian.```
Where's this from?
Interesting
@prisma flax what frontend did you pick?
I yet have to choose
Dont use pip unless you have to and know what you are doing. Use apt or your normal package manager they are safer and much more reliable