Hello there,
Can you explain what is /home/vagrant folder for? And how it relates to /home/ubuntu?
The vagrant config file writes:
echo "# VIRTUALENV_ALREADY_ADDED" >> /home/ubuntu/.bashrc
into /home/ubuntu/.bashrc and mkvirtualenv command does not work, it works if you write that into /home/vagarant/.bashrc instead...
Thanks