##// END OF EJS Templates
Add setting to disable venv warning (#13706)...
Clemens Brunner -
r27697:66aeb3fc master
parent child Browse files
Show More

The requested changes are too big and content was truncated. Show full diff

@@ -0,0 +1,8 b''
1 New setting to silence warning if working inside a virtual environment
2 ======================================================================
3
4 Previously, when starting IPython in a virtual environment without IPython installed (so IPython from the global environment is used), the following warning was printed:
5
6 Attempting to work in a virtualenv. If you encounter problems, please install IPython inside the virtualenv.
7
8 This warning can be permanently silenced by setting ``c.InteractiveShell.warn_venv`` to ``False`` (the default is ``True``).
1 NO CONTENT: modified file
NO CONTENT: modified file
The requested commit or file is too big and content was truncated. Show full diff
General Comments 0
You need to be logged in to leave comments. Login now