##// END OF EJS Templates
Suppress virtualenv warning messages on Windows...
Suppress virtualenv warning messages on Windows Suppress 'WARNING: Attempting to work in a virtualenv...' message on Windows in bash and PowerShell. Adapts pip.locations.running_under_virtualenv for use in no sys.executable symlinks case.

File last commit:

r14009:6f019b30
r17567:5b9fb0da
Show More
__main__.py
3 lines | 109 B | text/x-python | PythonLexer
MinRK
add `python -m` entry points for everything
r14009 if __name__ == '__main__':
from IPython.kernel.zmq import kernelapp as app
app.launch_new_instance()