Tagged Questions
0
votes
1answer
448 views
Python - Saving a File being editted in GNU Nano 2.2.4 [closed]
Im very new to programming and playing around with a Raspberry Pi and following tutorials on Youtube.
I have opened a file in GNU Nano 2.2.6 e.g: nano my_File.py and changed some of the data.
I'm ...
1
vote
2answers
438 views
Cannot Launch Interactive Program While Piping to Script in Python
I have a python script that needs to call the defined $EDITOR or $VISUAL. When the Python script is called alone, I am able to launch the $EDITOR without a hitch, but the moment I pipe something to ...