Is there a simple way to lauch the systems default editor from a Python command-line tool, like the webbrowser module?
Tell me more
×
Stack Overflow is a question and answer site for
professional and enthusiast programmers. It's 100% free, no registration required.
|
|
Under windows you can simply "execute" the file and the default action will be taken:
For this example a default editor will spawn. Under UNIX there is an environment variable called
|
||||
|
|
|
The modern Linux way to open a file is using |
|||
|
|
|
If you need to open a file for editing, you could be interested in this question. |
|||||
|