pylint/pyreverse with Python3

Terry Reedy tjreedy at udel.edu
Sun May 13 22:11:34 EDT 2018


On 5/13/2018 1:01 PM, Rich Shepard wrote:
>    Installed here is pylint-1.7.1 and python-3.6.5. When I try to run
> pyreverse (and pylint) on python3 source code it fails because it finds 
> only
> the python-2.7 site-package and not the python-3.6 site-package.

>    If you have learned how to run pylint/pyreverse on python3 code please
> share your knowledge with me.

You have to install a package in /site-packages for each version you 
want to run it with.

Then you have to make sure you run the version you intend to run.


-- 
Terry Jan Reedy





More information about the Python-list mailing list