in window I know make this withe the cmd but in ubuntu it's not good
I have a question about the Terminal. I want to ask how to call a program in the terminal
$ /home/yvanmoses/Dropbox/apprendre_a_programmer/"boucles en python"/mot_le_plus_frequent.py
the answer is permission not given. How to put this right? or
python: can't open file 'mot_le_plus_frequent.py': [Errno 2] No such file or directory`enter code here`
A second question: Is that a short way to open a script?
My wish: to program and verify without the "execute" button in geany (the little cogwhell in the right top)
I want to work with python and ruby
good experts saying to me to add #!/path/to/python in the first line of my script.
This work for files that are in/home/myname/ But for the files that are deep into directory into directory etc, in my Dropbox it is not good.
A priori it sames very trivial. I read many questions that someones considered as very similar to mine and find no uniform explanation. SO I REPETE THE QUESTION WHAT is the best way for a developer (python or ruby) when he work in a script to run and run again the script easy and nicely. I was convicted that they use the terminal. If it is not right. I'ii accept! WHAT TO DO???