installation of 'localhost-indicator' with 'sudo python setup.py install' in terminal- returns 'can't open file 'setup.py': [Errno 2] No such file or directory'

Asked by dimitrios kalaitzis

question : where should the unziped files should be to be found for the installation

Question information

Language:
English Edit question
Status:
Solved
For:
localhost-indicator Edit question
Assignee:
No assignee Edit question
Solved by:
Alfred Maghi
Solved:
Last query:
Last reply:
Revision history for this message
Best Alfred Maghi (alfred-maghi) said :
#1

Hello and thanks for your question.

The setup.py file is located in the directory where you unzip the tar.gz archive.
The unzipped files for the installation should -probably- be found in your download directory.

Open a terminal and then:
 - use the ls command to list;
 - use the cd command to change directory.

I hope this helps enough.

Revision history for this message
dimitrios kalaitzis (ahagera) said :
#2

Thank you very much Alfred
it was a great help and a good lesson for me because I did not think that i should be in the directory to run the installation
Thank you

dk