1
I created a python file and made it available to access from every place on the system, however, for many applications accurate the path where the python file was called by the system, but I did not find on the internet any way to get this value, someone can help me?
Ideally, you’d put part of your code to help identify problems/solutions (en.stackoverflow.com/help/mcve)
– rLinhares
It would be something like:
os.path.realpath(__file__)
??– viana