0
Where do i save a text editor document on ubuntu linux so it can run on python
Basic
2 Respostas
+ 5
You can save your .py scripts anywhere on your filesystem (granted that you have permission to write and run files there). You can then launch the terminal/shell and navigate to the folder you saved your scripts in, and execute the scripts. You can also specify the absolute path of your script if you do not prefer to navigate through the filesystem.
+ 2
After saving the script in the desired location, remember to change its permissions so that you can execute it.