Top "Pythonpath" questions

PYTHONPATH is an environment variable that can be used to augment the default search path for module imports in Python.

django project directory structure and the python path

I am trying to get the best possible set up for developing my django project from the start and I'm …

python django django-models pythonpath
How and why does PyCharm alter Python's import logic?

I have a PyCharm 1.2.1 on Windows. I have to edit different branches of the same project - somewhat heavy branches, …

python import pythonpath pycharm
unable to add spark to PYTHONPATH

I am struggling to add spark to my python path: (myenv)me@me /home/me$ set SPARK_HOME="/home/me/…

python apache-spark pythonpath
What's .pydistutils.cfg for?

I work on two servers, and on one server .pydistutils.cfg looks like: install_scripts=~/opt_old/bin install_data=~/…

python pip pythonpath
Python can't find modules with PYTHONPATH set

I’m totally confused with new python 2.7.10. I've installed python 2.7.10 from tar.xz, which was downloaded from official site. Then …

python import path pythonpath sys.path