Click here to Skip to main content
15,896,118 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
hi

how to search the python.exe file in the system and get the path in entire system..
Posted

1 solution

Search is simple enough, but this approach is counter-productive and unreliable. Searching for the file will take time, and the result can be ambiguous. You may not find anything, but it could be worth: the search could find wrong version of Python, because the system has more than one (easy; with the Python popularity, many different product can include it).

Don't spoil everything with this wrong step, don't do it! Instead, develop configuration of your system with certain Python file(s), or supply it with your product, or do both.

—SA
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900