-
Notifications
You must be signed in to change notification settings - Fork 86
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
source install of metakernel puts its data (logo files) to /usr/metakernel #96
Comments
We've have major issues trying to get the images to be installed and accessible here. Can you make these changes on your setup, test to see if they work, and send a PR? |
Now that' I'm going to mess up with
|
That was copied over from the original Bash Kernel I believe. I'd suggest modeling the |
|
That's why I recommending looking at it 😉 |
This fixed now? |
yes |
Try e.g.
sudo pip install --upgrade .
from the source folder. Note that the files dumped to the non-standard/usr/metakernel
location don't even get removed uponsudo pip uninstall metakernel
.package_data
is preferred todata_files
nowadays (pypa/pip#2874 (comment)), it should be possible to install the logos within the package folder instead.Wheels also install to the non-standard
/usr/metakernel/
, but at least uninstall properly from there.The text was updated successfully, but these errors were encountered: