Skip to content
This repository was archived by the owner on Dec 27, 2023. It is now read-only.

Commit ac86a04

Browse files
author
Andrés Correa Casablanca
authored
Merge pull request #18 from SebCorbin/patch-1
Fix kernels metadata user path in Mac installer
2 parents e448464 + 4b10183 commit ac86a04

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: src/Installer/MacInstaller.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,6 @@ protected function getUserInstallPath(): string
2626

2727
protected function getJupyterKernelsMetadatUserPath(): string
2828
{
29-
return $this->system->getCurrentUserHome().'/.local/share/jupyter/kernels/jupyter-php';
29+
return $this->system->getCurrentUserHome().'/Library/Jupyter/kernels/jupyter-php';
3030
}
3131
}

0 commit comments

Comments
 (0)