Pyramid
Running pshell with custom shell
pshell etc/development.ini --list-shells
only list python
even though ipython has been installed. Looking at the source code, it actually looking for entry-point pyramid.pshell_runner
. Looking for pyramid.pshell_runner
lead us to pyramid-ipython on PyPI.
Last updated
Was this helpful?