Changes between Version 1 and Version 2 of Ticket #68302, comment 1
- Timestamp:
- Sep 30, 2023, 10:39:18 PM (13 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #68302, comment 1
v1 v2 7 7 8 8 And then uninstalling the pip package and re-installing py310-sphinx so the package database is not insane after installing ghc. 9 10 {{{ 11 sudo -H pip-3.10 uninstall Sphinx==6.2.1 12 sudo port uninstall -f py310-sphinx 13 sudo port uninstall py310-pip 14 sudo port cleean py310-sphinx 15 sudo port install py310-sphinx 16 sudo port setunrequested py310-sphinx 17 }}}