-
Notifications
You must be signed in to change notification settings - Fork 217
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Allow installing in any directory #43
Comments
Hi @dclong, underneath that install script uses the same API as jupyter's kernelspec app. You can use
I'll open up an issue in the gradle plugin repo which is what generates the script but we can keep this open for tracking. Thanks! |
@SpencerPark Thank you for your quick response. I'm asking to support installing IJava by running the following command in a directory that is the parent directory of
|
Ah, my apologies, I read things too fast. Regardless we might get a new feature from the installer out of it :) This issue makes even more sense now and is definitely something that needs fixing. I would consider this a bug. Thanks. |
Alright this is fixed in the installer plugin and updated here. As of the next release the installer will be able to be run from anywhere as you have suggested We can keep this open until then. |
@SpencerPark Thank you! Looking forward to the next release! |
Currently one must run
python3 install.py --sys-prefix
in the directory containinginstall.py
to install the package. It makes things a little bit easier if we can installing the package by specifying the absolute path ofinstall.py
.The text was updated successfully, but these errors were encountered: