使用certbot报这个错的话,是python3的virtualenv没配好,使用下面的命令即可:

apt-get purge python-virtualenv python3-virtualenv virtualenv
pip install virtualenv