diff --git a/ShellB3/shallbethree.sh b/ShellB3/shallbethree.sh index c72f2e080a4b07d7704540572ddcfc64f9405ec0..a4c7a6ef49ce828d0ce9177f5e3770830f7a8c02 100755 --- a/ShellB3/shallbethree.sh +++ b/ShellB3/shallbethree.sh @@ -3999,6 +3999,7 @@ mk_ipython() { #bin/easy_install-${PYFSVER} -Z --no-deps src/optional/readline*z || oops 'readline did not install' pip_install src/optional/zope.interface-*z || oops 'zope.interface did not install' pip_install src/optional/DateTime*zip || oops 'DateTime did not install' + pip_install src/optional/prompt_toolkit-*z || oops "prompt_toolkit did not install" # bin/python${PYFSVER} -c 'from IPython.external import mathjax; mathjax.install_mathjax()' || oops 'mathjax installation failed' isDarwin && make_frameworklinks # workaround for http://bugs.python.org/issue6059 due to glibc problem on RHEL6, segfault in uuid4 diff --git a/ShellB3/src/optional/prompt_toolkit-1.0.3.tar.gz b/ShellB3/src/optional/prompt_toolkit-1.0.3.tar.gz new file mode 100644 index 0000000000000000000000000000000000000000..12187bdee0b1ab67fc2dea4934ecc9899de01947 Binary files /dev/null and b/ShellB3/src/optional/prompt_toolkit-1.0.3.tar.gz differ