Does not find black unless installed with sudo
Hey, thanks for creating this. I love black.
I've installed black with python3 -m pip install --user black
It's put black into $HOME/.local/bin/black
This plugin therefore doesn't run.
I don't have root on this machine so I can't resolve this. Sudo pip is also not recommended by PSF.
I don't have experience with idea plugin creation. Does it require an absolute path to work?
EDIT: I managed to symlink it so it works but it's a bit of a hack.
If you use the latest version you should find a menu in the Preferences>Tools menu in Pycharm that allows to configure the path.
searching the executable in a user's PATH would be preferable.
PyCharm's file dialog at that settings doesn't allow to browse hidden locations.
PyCharm's file dialog at that settings doesn't allow to browse hidden locations.
Type .local into the text input and press open, that'll open the the hidden directory.