While setting up Ansible local env using virtualbox, There is no option to get . . .

Poonam Pawar:
While setting up Ansible local env using virtualbox,
There is no option to get into terminal. What am I suppose to do now?

Andrei Andriushin:
Hi! I’m not sure where is your problem.
• Click Applications -> something like tools -> Terminal
• Or you can use shortcut Ctrl + Alt + T
• Another way is to connect using ssh to you VM
• For me most comfort way is to install ansible using pip on your mac:

# <https://www.digitalocean.com/community/tutorials/how-to-install-and-use-homebrew-on-macos>
brew install python
pip3 install ansible

Poonam Pawar:
It worked! Thanku:innocent: