Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[FIX] runbot: remove useless pip warning
When pip installs a package that contains a script, it goes in `~/.local/bin` directory of the current user. This leads to a log warning to warn the user that the script won't be accessible by other users. e.g.: `WARNING: The script pygmentize is installed in '/home/odoo/.local/bin' which is not on PATH.` This is particularly annoying for documentation builds because it may confuse the users.
- Loading branch information