<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://aznot.com/index.php?action=history&amp;feed=atom&amp;title=Python%2Fpychecker</id>
	<title>Python/pychecker - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://aznot.com/index.php?action=history&amp;feed=atom&amp;title=Python%2Fpychecker"/>
	<link rel="alternate" type="text/html" href="https://aznot.com/index.php?title=Python/pychecker&amp;action=history"/>
	<updated>2026-05-09T04:50:08Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.41.0</generator>
	<entry>
		<id>https://aznot.com/index.php?title=Python/pychecker&amp;diff=4023&amp;oldid=prev</id>
		<title>Kenneth: Created page with &quot;== PyChecker ==  PyChecker - http://pychecker.sourceforge.net/  yum install:  yum install pychecker  apt install:  apt-get install pychecker  pip install:  pip install http://...&quot;</title>
		<link rel="alternate" type="text/html" href="https://aznot.com/index.php?title=Python/pychecker&amp;diff=4023&amp;oldid=prev"/>
		<updated>2017-01-04T21:47:01Z</updated>

		<summary type="html">&lt;p&gt;Created page with &amp;quot;== PyChecker ==  PyChecker - http://pychecker.sourceforge.net/  yum install:  yum install pychecker  apt install:  apt-get install pychecker  pip install:  pip install http://...&amp;quot;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;== PyChecker ==&lt;br /&gt;
&lt;br /&gt;
PyChecker - http://pychecker.sourceforge.net/&lt;br /&gt;
&lt;br /&gt;
yum install:&lt;br /&gt;
 yum install pychecker&lt;br /&gt;
&lt;br /&gt;
apt install:&lt;br /&gt;
 apt-get install pychecker&lt;br /&gt;
&lt;br /&gt;
pip install:&lt;br /&gt;
 pip install http://sourceforge.net/projects/pychecker/files/pychecker/0.8.19/pychecker-0.8.19.tar.gz/download&lt;br /&gt;
&lt;br /&gt;
manual install:&lt;br /&gt;
 mkdir -p ~/.src ; cd ~/.src&lt;br /&gt;
 wget http://sourceforge.net/projects/pychecker/files/pychecker/0.8.19/pychecker-0.8.19.tar.gz/download -O pychecker-0.8.19.tar.gz&lt;br /&gt;
 tar -zvxf pychecker-0.8.19.tar.gz&lt;br /&gt;
 cd pychecker-0.8.19&lt;br /&gt;
 sudo python setup.py install&lt;br /&gt;
&lt;br /&gt;
Ran into an odd error, this seemed to help:&lt;br /&gt;
 # bash: /usr/bin/pychecker: No such file or directory&lt;br /&gt;
 ln -s `which pychecker` /usr/bin/pychecker&lt;br /&gt;
&lt;br /&gt;
Fix which python is run:&lt;br /&gt;
 sed -i &amp;#039;s#/usr/bin/python#/opt/python27/bin/python#g&amp;#039; /opt/python27/bin/pychecker&lt;/div&gt;</summary>
		<author><name>Kenneth</name></author>
	</entry>
</feed>