Beta sticky thread - add updating client info

with latest letsencrypt-auto changes Using the webroot domain verification method how does one update the client for beta invitees ?

@bmw @jsha ?

is it just wiping the virtualenv out and reinstall ?

i.e. my virtualenv was at /root/tools/letsencrypt so for me on CentOS 6.7 with python2.7 ?

cd /root/tools
rm -rf /root/tools/letsencrypt
git clone https://github.com/letsencrypt/letsencrypt
cd letsencrypt
sed -i "s|--python python2|--python python2.7|" letsencrypt-auto
./letsencrypt-auto --agree-dev-preview --server https://acme-v01.api.letsencrypt.org/directory