I am running Ubuntu Desktop 16.04 on a VM and am trying to run Volttron using the standard install instructions, however I keep getting an error after the following steps:
sudo apt-get update
sudo apt-get install build-essential python-dev openssl libssl-dev libevent-dev git
git clone https://github.com/VOLTTRON/volttron
cd volttron
python bootstrap.py
My problem is with the last step python bootstrap.py
. As soon as I get to this step, I get the error bootstrap.py: error: refusing to run as root to prevent potential damage.
from my terminal window.
Has anyone else encountered this problem? Thoughts?