The steps to get pylint for Python 3 in Ubuntu 14.04 are:
- sudo aptitude install python3-pip
- sudo pip3 install pylint
- /usr/local/bin/pylint your_file.py
By the way, today is the day I stop caring about Python 2. I will use Python 3 for my new programs.
pep8.py
ResponderEliminar