Search code examples
amazon-web-servicesdeep-learninggoogle-cloud-platformcloudtraining-data

Is there a way to open and modify a python file in a virtual machine of google cloud platform?


I just started to use cloud to do training for my deep learning program. For now every time I modified my local .py file I have to remove the old one in the remote virtual machine of Google Cloud Platform and upload the new one. I am just curious if there is a way that I can actually open the .py file in the remote visual machine through the command line? That would be very high efficiency.

Thank you very much!


Solution

  • To edit a file on a machine you can SSH into there are many potential solutions.