This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author jdemeyer
Recipients berker.peksag, docs@python, dstufft, eric.araujo, jdemeyer, pitrou
Date 2019-02-01.16:29:15
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1549038555.42.0.4480452097.issue25592@roundup.psfhosted.org>
In-reply-to
Content
> Could you still give it a quick check?

I did just that. For reference, these are the steps:
- Checkout the "2.7" branch of the cpython git repo
- ./configure --prefix=/tmp/prefix --exec-prefix=/tmp/eprefix && make && make install
- Install pip (https://pip.pypa.io/en/stable/installing/#installing-with-get-pip-py)
- /tmp/prefix/pip install --no-deps --verbose pari_jupyter  # This requires the PARI/GP library to be installed
- Note that all Jupyter stuff is installed in /tmp/prefix/share/jupyter while the directory /tmp/eprefix/share does not exist
History
Date User Action Args
2019-02-01 16:29:16jdemeyersetrecipients: + jdemeyer, pitrou, eric.araujo, docs@python, berker.peksag, dstufft
2019-02-01 16:29:15jdemeyersetmessageid: <1549038555.42.0.4480452097.issue25592@roundup.psfhosted.org>
2019-02-01 16:29:15jdemeyerlinkissue25592 messages
2019-02-01 16:29:15jdemeyercreate