3
votes
2answers
212 views
How do I find out my python path using python?
How do I find out which directories are listed in my system’s PYTHONPATH variable, from within a Python script (or the interactive shell)?
0
votes
2answers
54 views
Is the first entry in sys.path supposed to represent the current working directory?
I had always assumed that the first entry in sys.path by default was the current working directory. But as it turns out, on my system the first entry is the path on which the script resides. So if …
0
votes
1answer
65 views
easy way of installing python apps without using PYTHON path or muli symlink in site-package
Hi,
I didn't want to install python modules using easy install, symlinks in site-packages or PYTHONPATH.
So, I am trying something that I do wants system wide, then any application installation is …
