Hi 🙂
I am trying to power up vagrant, then ssh, navigate to a path and execute a Python script, from the Windows 10 command line in a batch (.bat) file.
Is this possible?
Answers to your questions
Hi 🙂
I am trying to power up vagrant, then ssh, navigate to a path and execute a Python script, from the Windows 10 command line in a batch (.bat) file.
Is this possible?
its definitely possible, you need to set up ssh. and pass the credentials that are `vagrant` for both username and password.
vagrant ssh -e “cd ; python[3]