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
Linux noob on Ubuntu 20.04. Just installed gruvbox-factory, but received several warnings at the end indicating some scripts not installed on PATH (re: cmark, pygmentize, gruvbox-factory). How to fix pls.
The text was updated successfully, but these errors were encountered:
Linux noob on Ubuntu 20.04. Just installed gruvbox-factory, but received several warnings at the end indicating some scripts not installed on PATH (re: cmark, pygmentize, gruvbox-factory). How to fix pls.
The problem here is that although you have installed gruvbox-factory, your system does not allow you to globally call gruvbox-factory. If you have installed the python package with the --user flag, you'll have to add your packages path (which will be somewhere in your $HOME directory) to your shell configuration file (.bashrc, .zshrc, etc)
Chances are, the error message will spit out a path that you can add to your shell config file. something like:
Warning
$HOME/.local/share/python3/site-packages/is not in your $PATH.
or something like that?
If that's the case, you can use that directory to add to your config file.
For how to do that, depending on your shell have a look at the following resources.
Linux noob on Ubuntu 20.04. Just installed gruvbox-factory, but received several warnings at the end indicating some scripts not installed on PATH (re: cmark, pygmentize, gruvbox-factory). How to fix pls.
The text was updated successfully, but these errors were encountered: