jueves, 28 de agosto de 2014

pylint for Python 3 in Ubuntu 14.04

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.

1 comentario: