Skip to content

Instantly share code, notes, and snippets.

@espoirMur
Created May 21, 2018 10:30
Show Gist options
  • Save espoirMur/7e37aa7e5fd6369cfb45349d68362fde to your computer and use it in GitHub Desktop.
Save espoirMur/7e37aa7e5fd6369cfb45349d68362fde to your computer and use it in GitHub Desktop.
Install Pylinter In Sublimetext on mac
make sure that pip is installed :
to install pip globaly not in a virtual environment do this
**step 1: download pip**
curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py
step 2 : install it with sudo :
**sudo python get-pip.py**
for more instruction refer [here](https://pip.readthedocs.io/en/stable/installing/)
then install pylinter as said [here] (https://github.com/SublimeLinter/SublimeLinter-pylint)
**pip install pylinter**
To make sure that pylinter is installed follow this [link](http://www.sublimelinter.com/en/latest/troubleshooting.html#finding-a-linter-executable) for troubleshoot:
**which pylint**
check a sample python code in sublime if it run
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment