Hello
In the Video, Mentor told us that the runtime.txt file will be saved having a python exact version for the project. In their terminal, they used “VI” command for creating the file in the folder
What command is there for cmd?
I have seen the internet and there I used nul > runtime.txt.
Also Editing the file directly through cmd is also one thing I cannot understand
I used echo python3.10.2 > runtime.txt command.
Please tell have I used it correctly or do I need to do something else.
Thank You.