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
Import parent directory for brief tests

I have searched this site top to bottom yet have not found a single way to actually accomplish what I …

python-3.x fedora pythonpath project-layout
python, change user site directory or install setup.py --prefix with --user

I'd want to install python modules as non-root user like this $ pip install -I --install-option="--prefix=~/usr" scipy Unfortunately this …

python pip setup.py pythonpath
Why does virtualenv inherit $PYTHONPATH from my shell?

So I'm migrating all my tools from python2 to python3.4 on an Ubuntu 14.04 machine. So far I've done the following: …

python virtualenv pythonpath virtualenvwrapper zshrc
Setting python path for sublimerepl from sublime text?

I use python portable along with sublime portable of a memory stick and decided to install sublime REPL however when …

python sublimetext pythonpath sublimerepl
Best practice for reusing python code

I have write a python library app(which contains several *.py files). And several of my python projects need to …

python dry pythonpath