Jupyter-PHP-Installer
Jupyter-PHP-Installer copied to clipboard
Detect PHP "environments" and enable each one of them to be used in Jupyter
It would be awesome if the installer could detect phpbrew
, phpenv
or virtphp
installations and generating a different kernel.json for every one of the installer PHP versions.
For example, if we have PHP 5.5, 5.6, and 7.0 installed with Phpbrew, and the system version is PHP 5.5, the installer should generate the following directories with a kernel.json
file, inside the Jupyter kernels directory:
-
jupyter-php
-
jupyter-php-brew-55
-
jupyter-php-brew-56
-
jupyter-php-brew-70
The tools that should be supported are:
- [ ]
phpbrew
- [ ]
phpenv
- [ ]
virtphp
./jupyter-php-installer.phar install has no effect at all
Hi @bluecolour , your problem has no relation with this particular issue. You can open a new issue and provide more information about your particular case:
- Operative system
- Installer's console output.
- PHP version
- Jupyter version