-
Notifications
You must be signed in to change notification settings - Fork 37
Description
Description
After installing VirtualBox and Vagrant, I cloned the repository and then executed the sh install.sh command in the terminal where I cloned the ATMSeer project.
Expected Behavior
Based on the instructions provided in the readme, I should've received the expected output indicating that ATMSeer is up and running, but I was not able to reach that point.
Actual Behavior
When attempting to install ATMSeer, I received the following message in my terminal:
default: /tmp/vagrant-shell: line 2: /vagrant/venv/bin/activate: No such file or directory
default: /tmp/vagrant-shell: line 5: python: command not found
The SSH command responded with a non-zero exit status. Vagrant
assumes that this means the command failed. The output for this command
should be in the log above. Please read the output to determine what
went wrong.
Additionally, when I attempted to run 'vagrant up' in the terminial, I received a similar error:
default: /tmp/vagrant-shell: line 2: /vagrant/venv/bin/activate: No such file or directory
default: /tmp/vagrant-shell: line 5: python: command not found
The SSH command responded with a non-zero exit status. Vagrant
assumes that this means the command failed. The output for this command
should be in the log above. Please read the output to determine what
went wrong.
Specifications
- ATMSeer Version:
- Vagrant Version: 2.2.5
- VirtualBox Version: 6.0.8
- OS Version: Windows 10