Is it possible to execute a Python script on a vagrant vmware from a Windows 10 command line?

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?

2 thoughts on “Is it possible to execute a Python script on a vagrant vmware from a Windows 10 command line?”

  1. its definitely possible, you need to set up ssh. and pass the credentials that are `vagrant` for both username and password.

    Reply

Leave a Comment