Opened 8 years ago
Closed 8 years ago
#53780 closed enhancement (fixed)
py-jupyter_core: fix paths.py
Reported by: | Schamschula (Marius Schamschula) | Owned by: | stromnov (Andrey Stromnov) |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | |
Keywords: | haspatch | Cc: | |
Port: | py-jupyter_core |
Description
jupyter_core/paths.py sets paths to
/usr/local/share, /usr/share/jupyter,
and
/usr/local/etc/jupyter, /etc/jupyter
replace with
${prefix}/share/jupyter
and
${prefix}/etc/
respectively.
This solves a problem when installing py-metakernel and py-octave_kernel (both of which I currently testing) to work with py-notebook.
Attachments (2)
Change History (3)
Changed 8 years ago by Schamschula (Marius Schamschula)
Changed 8 years ago by Schamschula (Marius Schamschula)
Attachment: | patch-jupyter_core-paths.py.diff added |
---|
comment:1 Changed 8 years ago by Andrew Stromnov <stromnov@…>
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note: See
TracTickets for help on using
tickets.
In 7ebd4fa9/macports-ports: