Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

What is the relationship between pip, pyinstall and easy_install?

It seems to me that easy_install was forked, renamed to pyinstall, forked again and renamed to pip. Is that right? Are there any sources for it?

Are easy_install / pyinstall still used?

(I have found https://github.com/pyinstaller/pyinstaller and https://pypi.python.org/pypi/pyinstall which seem to support this)

like image 539
Martin Thoma Avatar asked Nov 28 '25 12:11

Martin Thoma


1 Answers

easy_install still exists, but is largely deprecated due to basically not being as good as pip (see discussion here). pyinstall is just the old name for pip; it's obsolete.

More discussion on pip vs. easy_install here.

like image 157
Tom Hunt Avatar answered Nov 30 '25 03:11

Tom Hunt



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!