Can i use ( copy con runtime.txt) and type in the python version instead of vi runtime.txt?
Vi equivalent in windows
Hello @occipitalcord_sam, you can do it simply as well. Just create the file runtime.txt in my_awesome_project directory and then write the content in that. vi runtime.txt is also doing the same task. It just created the file and then write the content python version into that.
Yes, because vi is not valid in windows it can be used in Linux or mac.
But creating the file and putting the data is same as using vi.
It is just used as a shortcut. There is nothing to be worry of you can create the file and put the data into that.
