Why don't you install Sphinx in a virtual environment? $ pyvenv sphinxenv $ source sphinxenv/bin/activate $ pip install Sphinx $ sphinx-quickstart doc $ cd doc $ make html
juh On 30.06.2018 07:58, Christian Bernert wrote: > The *sphinx-quickstart* on my Mac was without errors. > > christians-air:~ Chris$ sudo port select --set python2 python27 > > Selecting 'python36' for 'python2' succeeded. 'python27' is now active. > > christians-air:~ Chris$ sudo port select --set sphinx p27-sphinx > > Selecting 'p36-sphinx' for 'sphinx' succeeded. 'p27-sphinx' is now active. > > christians-air:~ Chris$ which sphinx-quickstart > > /opt/local/bin/sphinx-quickstart > > christians-air:~ Chris$ sphinx-quickstart > -- Software-Dokumentation mit Sphinx http://www.amazon.de/dp/1497448689/ Paperback: 224 Seiten -- You received this message because you are subscribed to the Google Groups "sphinx-users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/sphinx-users. For more options, visit https://groups.google.com/d/optout.
