Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Implemented
-
None
-
None
-
None
Description
This was found while `pip install` of toree using the `--kernel_name` option and giving a name with spaces (i.e. "Apache Toree").
The install script is using this name to also construct the location to install the kernel spec and the path keeps the spaces.
A couple of things to fix here.
1. We need to fix etc/bin/run.sh to support paths with spaces
2. We should consider our install to not retain the spaces. Maybe replace them with '_'.
3. Optional, should we separate the display name from the path in out install? Have --kernel_name and --kernel_display_name.
Attachments
Issue Links
- is part of
-
TOREE-256 Add to pip install the individual languages that kernel supports
- Closed