Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Does python have a ruby installer like gem that lets you install modules from the command line even if they are not on your machine?

With Ruby you can do gem install from the command line to install a module...even if it is not on your machine.

Can you do that with python. Does someone know of a module?

Seth

like image 775
Seth Spearman Avatar asked Dec 12 '25 07:12

Seth Spearman


2 Answers

no it does not have a ruby installer that I know of. It does have easy_install and pip though. Your google-fu is lacking.

like image 58
aaronasterling Avatar answered Dec 14 '25 19:12

aaronasterling


There's setuptools, which allows you to install packages from PyPi via easy_install. Another option is pip, which also installs from PyPi.

like image 39
Amber Avatar answered Dec 14 '25 21:12

Amber



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!