Does anyone know how to get IPython to ignore site-packages in the context of a virtualenv that was created with the --no-site-packages flag?
相关问题
- Access IPython's profile history (history.sqli
- Pandas and NumPy default width change on startup
- AttributeError: 'module' object has no att
- prevent overlapping bars using seaborn with pandas
- Issues with tk in ipython/jupyter
相关文章
- cython in jupyter notebook
- python: ignoring leading “>>>” and “…” in interact
- how to print source code of object I defined use
- Error message for virtualenvwrapper on OS X Lion
- installing Reportlab (error: command 'gcc'
- IPython won't start
- Ipython kernel error after uninstalling anaconda
- Place Pip and Yolk inside or outside a virtual env
ipython is not virtualenv aware. There are several examples on the web of how to make ipython understand virtualenvs: for instance here and here. That said, you may need to manipulate the environment a little more than these examples to remove the global site-packages dir(s) from the ipython's path.