Changes between Initial Version and Version 2 of Ticket #69256


Ignore:
Timestamp:
Feb 2, 2024, 8:59:43 AM (8 months ago)
Author:
ryandesign (Ryan Carsten Schmidt)
Comment:

No port installs a jupyter program. py312-jupyter-core installs a jupyter-3.12 program, and py312-jupyterlab installs a jupyter-lab-3.12 program.

Perhaps at some point you used the jupyter_select port (i.e. you ran sudo port select jupyter [something]) to create a symlink jupyter pointing to the python 2.7 version. Maybe you need to rerun that sudo port select command to select the python 3.12 version.

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #69256

    • Property Status changed from new to assigned
    • Property Owner set to stromnov
    • Property Keywords jupyter removed
    • Property Summary changed from jupyter lab calls non-existent port to py312-jupyterlab: jupyter-notebook-2.7: command not found
  • Ticket #69256 – Description

    initial v2  
    11I installed py312-jupyterlab and issued:
    22
     3{{{
    34$ jupyter lab
    45-bash: jupyter-notebook-2.7: command not found
     6}}}