unset PYTHON_INSTALL_LAYOUT
例えば、以下のようなエラーになった場合の対応
ImportError: No module named cryptography
ImportError: No module named enum
TypeError: 'type' object is not iterable
実行例
# unset PYTHON_INSTALL_LAYOUT
# certbot-auto certonly --webroot -w /var/www/html -d example.com --email foo@example.com --agree-tos --debug