How to install Kate-plugins?

I'm trying to install Kate-plugins pip install pysmell==0.7.3 pyplete==0.0.2 pep8==0.6.1 pyflakes==0.5.0 pyjslint==0.3.3 simplejson==2.6.1 work fine, but when I I pip install Kate-plugins trying to pip install Kate-plugins have the error "error: could not create '/usr/local/lib/python2.7/dist-packages/kate_plugins': Permission denied". sudo pip install Kate-plugins installation successfully.

 sudo pip install Kate-plugins Requirement already satisfied (use --upgrade to upgrade): Kate-plugins in /usr/local/lib/python2.7/dist-packages Requirement already satisfied (use --upgrade to upgrade): pysmell==0.7.3 in /usr/local/lib/python2.7/dist-packages (from Kate-plugins) Requirement already satisfied (use --upgrade to upgrade): pep8==0.6.1 in /usr/lib/python2.7/dist-packages (from Kate-plugins) Requirement already satisfied (use --upgrade to upgrade): pyflakes==0.5.0 in /usr/lib/python2.7/dist-packages (from Kate-plugins) Requirement already satisfied (use --upgrade to upgrade): pyjslint==0.3.3 in /usr/local/lib/python2.7/dist-packages (from Kate-plugins) Requirement already satisfied (use --upgrade to upgrade): pyplete==0.0.2 in /usr/local/lib/python2.7/dist-packages (from Kate-plugins) Requirement already satisfied (use --upgrade to upgrade): simplejson==2.6.1 in /usr/local/lib/python2.7/dist-packages (from Kate-plugins) Cleaning up... 

The ln -s /usr/local/lib/python2.7/dist-packages/kate_plugins/ $(kde4-config --localprefix)/share/apps/kate/pate runs without errors. But I do not see "Python Plugins" in: Settings> Configure Kate> Plugins.

I have KDE 4.8.5 Kate 3.8.5

And one more question: do you know good plugins for Python + Django + Kate?

+4
source share
1 answer

Firstly, this repo is not supported. Because these plugins have been added to the official repository. KDE 4.11 with these plugins will be released next month ...

You may not see the "Python Plugins" because the name of this plugin was different in this version ... Something with "Pate" or "PÒtè"

+2
source

Source: https://habr.com/ru/post/1494156/


All Articles