Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Can pipenv search package like "pip search"?

Tags:

python

pip

pipenv

I guess there should be equivalent function like "pip search PKG" for pipenv. But I cannot find it via google. Does anybody know if the pipenv have this function? If it deosn't have it, why?

like image 589
ZMJ Avatar asked Nov 06 '25 12:11

ZMJ


1 Answers

I'm afraid that pipenv doesn't have this feature :

enter image description here

Here you can find the CLI Reference

like image 192
dejanualex Avatar answered Nov 09 '25 05:11

dejanualex