##// END OF EJS Templates
Support PYTHONPATH in zmq tests....
Support PYTHONPATH in zmq tests. When creating a custom environment, we need to add the user's PYTHONPATH as that may be the only way the caller is finding IPython.

File last commit:

r2460:e8303d57
r6989:b3a081fb
Show More
setupegg.py
6 lines | 156 B | text/x-python | PythonLexer
#!/usr/bin/env python
"""Wrapper to run setup.py using setuptools."""
# Import setuptools and call the actual setup
import setuptools
execfile('setup.py')