Message12298

Author jeff.allen
Recipients jeff.allen, stefan.richthofer
Date 2019-01-08.20:17:56
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1546978676.7.0.374064812445.issue2732@roundup.psfhosted.org>
In-reply-to
Content
Just a note to say I did, in fact, succeed with:

PS> $env:JYTHON_OPTS='-Dcpython_cmd=C:\Python\2.7.15\python.exe'
PS> pip install mpmath

and with sympy as a whole, and the equivalent on Linux:

$ export JYTHON_OPTS="-Dcpython_cmd=python"
$ pip install mpmath

If we like this answer, then it is a documentation (error message) change only.

All our other properties are namespaced to python.*: I was wondering about python.c.python, or python.cpython2, or similar for consistency?
History
Date User Action Args
2019-01-08 20:17:56jeff.allensetmessageid: <1546978676.7.0.374064812445.issue2732@roundup.psfhosted.org>
2019-01-08 20:17:56jeff.allensetrecipients: + jeff.allen, stefan.richthofer
2019-01-08 20:17:56jeff.allenlinkissue2732 messages
2019-01-08 20:17:56jeff.allencreate