Egg head
Ok I’m a total Python newbie. I need to install flexget to use with my new transmission setup, it’s a python based app and comes as an .egg file. Seems the best way to install these is with something call easy_install. pkg search -l easy_install Shows easy_install is part of the python setup tools package. So just go ahead and install that. pfexec pkg install pkg:/library/python-2/setuptools-26 Then use easy_install to install the flexget along with all it’s dependencies. ...