The aforementioned installation command 1 doesn't function on CPE_NAME="cpe:/o:fedoraproject:fedora:41", because pip3.6 doesn't exist in the standard or RPMFusion additions:
-
#!/usr/bin/env sh
dnf provides pip3.6
-
Updating and loading repositories:
Repositories loaded.
No matches found.
Is installing it with merely pip3 acceptable?
dnf provides pip3
Updating and loading repositories:
Repositories loaded.
python3-pip-24.2-1.fc41.noarch : A tool for installing and managing Python3 packages
Repo : fedora
Matched From :
Filename : /usr/bin/pip3
idb/README.md
Line 38 in 6ef43e6
The aforementioned installation command 1 doesn't function on
CPE_NAME="cpe:/o:fedoraproject:fedora:41", becausepip3.6doesn't exist in the standard or RPMFusion additions:#!/usr/bin/env sh dnf provides pip3.6Is installing it with merelypip3acceptable?Footnotes
blob/6ef43e68c156baf7cad2e5c30e3ae2b191c15038/README.md?plain=1#L38C1-L38C22↩