Created
May 21, 2018 10:30
-
-
Save espoirMur/7e37aa7e5fd6369cfb45349d68362fde to your computer and use it in GitHub Desktop.
Install Pylinter In Sublimetext on mac
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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