Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Where do I place the .egg (Python)?

I'm trying to install the zope interface script for Python. However, the only download I saw was a .egg file type. I'm running Windows Python 2.7, where should I place this file for the Zope interface to work properly with my Python?

like image 758
Noah R Avatar asked Mar 15 '11 23:03

Noah R


1 Answers

Or, if you're like me and have an irrational hatred of the python egg cache and how poorly it handles effective user ids, install the egg unzipped via:

easy_install -Z zopepackage.egg
like image 102
samurailawngnome Avatar answered Sep 24 '22 16:09

samurailawngnome