Strangely
, TC is not a supported OS for Let's Encrypt "certbot-auto" tool. I've worked a lot of computer languages, but python isn't one of them. I'm pretty sure this is wrong:
tc@box:~$ pip --version
Traceback (most recent call last):
File "/usr/local/bin/pip", line 9, in <module>
load_entry_point('pip==7.1.2', 'console_scripts', 'pip')()
File "/usr/local/lib/python2.7/site-packages/pkg_resources/__init__.py", line 480, in load_entry_point
return get_distribution(dist).load_entry_point(group, name)
File "/usr/local/lib/python2.7/site-packages/pkg_resources/__init__.py", line 2692, in load_entry_point
raise ImportError("Entry point %r not found" % ((group, name),))
ImportError: Entry point ('console_scripts', 'pip') not found
I have python, python-setuptools, and python-pip loaded among others. I need this I think to install Augeas python bindings they want.