pylint_runner
pylint_runner copied to clipboard
Does not work with python3.7
These are the commands I ran:
python3.7 -m pip install pylint_runner
pylint_runner -v
output: zsh: command not found: pylint_runner
OS: Ubuntu 16.04
Do other python packages that have executables install alright and are usable via CLI? I'm using the standard console_scripts
entrypoint in the setup.py so not sure why it would not work for you. I cannot seem to replicate this issue.