I am using Linux Mint just for the purpose of programming and linux experience but the problem is whenever I want to open any python script I have to define the path related to the script that is
- Code: Select all
cd ~/Documents
./python.py
What should I do to open directly bu just typing in "./scriptname.py". Somebody suggested to save the things as ROOT. Can you guys help me find a way to save scripts as root or open scripts this way "./Scriptname.py"




