You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have checked that this issue has not already been reported.
I have confirmed this bug exists on the latest version of pixi, using pixi --version.
Reproducible example
❯ pixi global install black
✔ Installed package black 24.3.0 py312h7900ff3_0 from conda-forge
These executables are now globally available:
- black
- blackd
❯ pixi global install black-jupyter
⚠️No executable entrypoint found in package black-jupyter, are you sure it exists?
✔ Installed package black-jupyter 24.3.0 hd8ed1ab_0 from conda-forge
❯black .
Skipping .ipynb files as Jupyter dependencies are not installed.
You can fix this by running ``pip install "black[jupyter]"``
No Python files are present to be formatted. Nothing to do 😴
Issue description
I've tried to install black linter for my jupyter notebook.
Expected behavior
Seamless install.
The text was updated successfully, but these errors were encountered:
You'll need a feature mentioned in #342. We've yet to fix this. But the gist is that we currently have no way to add libraries to a global executable env.
For the time being the best experience you can get is adding black to the project you're using. I'll close this issue for now to avoid duplicate tracking.
Checks
I have checked that this issue has not already been reported.
I have confirmed this bug exists on the latest version of pixi, using
pixi --version
.Reproducible example
Issue description
I've tried to install black linter for my jupyter notebook.
Expected behavior
Seamless install.
The text was updated successfully, but these errors were encountered: