Sunday, March 16, 2014

Intstalling Python easy_install

I'm posting this is case anyone gets confusing search results like I did. If you want to install easy_install type this at a command prompt:

sudo apt-get install python-setuptools

If for some reason you get an error you may need to do:

sudo apt-get update
sudo apt-get upgrade

Once it's installed you can use easy_install like this:

sudo easy_install web.py

or whatever program you need to install.


No comments:

Post a Comment

Error 1312 when adding ssl cert

 If you get an error when using netsh to add a cert thumbprint, make sure you have a private key attached to the cert. Also, make sure the c...