I\'m developing/testing a package in my local directory. I want to import it in the interpreter (v2.5), but sys.path does not include the current directory. Right now I type
Inside a package if there is setup.py, then better to install it
pip install -e .