pylint #4778 install multiple pylint executable for each available python version [rejected]
see debian bug description | |
priority | important |
---|---|
type | enhancement |
done in | 0.24.0 |
load | 0.000 |
load left | 0.000 |
closed by | <not specified> |
similar entities
- pylint #4591 pylint -- Doesn't purge all files after piuparts Install+Upgrade+Purge test
- pylint #18308 fulltest.sh refers to deleted runtests.py
- pylint #4575 no man page for pylint-gui and similar
- pylint #19799 "pylint -blah" exit with status 2
- The Python Package Index is not a "Software Distribution"
[see all]
Comments
-
2010/11/15 18:01, written by sthenault
-
2010/11/15 18:08
-
2010/11/16 07:15, written by sthenault
add commenthuum, that still seems a desirable feature to me...
We have now two flavours of pylint but you can change of python version by invoking as followѕ:
$ pylint <path> # use shebang /usr/bin/python
$ python2.6 /usr/bin/pylint <path>
$ python2.7 /usr/bin/pylint <path>
$ pylint3 <path> # use shebang /usr/bin/python3
$ python3.1 /usr/bin/pylint3 <path>
$ python3.2 /usr/bin/pylint3 <path>
I know, though I would like to be able to do this without having to
know where pylint is installed, eg having pylint.python2.6, pylint.python3.2, etc
in my PATH.