Jupyter-PHP-Installer icon indicating copy to clipboard operation
Jupyter-PHP-Installer copied to clipboard

Detect PHP "environments" and enable each one of them to be used in Jupyter

Open castarco opened this issue 8 years ago • 2 comments

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

castarco avatar Apr 13 '16 19:04 castarco

./jupyter-php-installer.phar install has no effect at all

bluecolour avatar Apr 14 '16 04:04 bluecolour

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

castarco avatar Apr 14 '16 06:04 castarco