<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	
	>
<channel>
	<title>
	Comments on: How To Install PIP to Manage Python Packages in Linux	</title>
	<atom:link href="https://www.tecmint.com/install-pip-in-linux/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.tecmint.com/install-pip-in-linux/</link>
	<description>Tecmint - Linux Howtos, Tutorials, Guides, News, Tips and Tricks.</description>
	<lastBuildDate>Thu, 10 Aug 2023 05:17:35 +0000</lastBuildDate>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	
	<item>
		<title>
		By: Ravi Saive		</title>
		<link>https://www.tecmint.com/install-pip-in-linux/comment-page-1/#comment-1599864</link>

		<dc:creator><![CDATA[Ravi Saive]]></dc:creator>
		<pubDate>Fri, 01 Oct 2021 05:29:46 +0000</pubDate>
		<guid isPermaLink="false">https://www.tecmint.com/?p=26610#comment-1599864</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://www.tecmint.com/install-pip-in-linux/comment-page-1/#comment-1597722&quot;&gt;Pranav Umesh&lt;/a&gt;.

@Pranav,

Just run the following command to update the PIP to latest version.
&lt;pre&gt;
$ pip install --upgrade pip
&lt;/pre&gt;]]></description>
			<content:encoded><![CDATA[<p>In reply to <a target="_blank" href="https://www.tecmint.com/install-pip-in-linux/comment-page-1/#comment-1597722">Pranav Umesh</a>.</p>
<p>@Pranav,</p>
<p>Just run the following command to update the PIP to latest version.</p>
<pre>
$ pip install --upgrade pip
</pre>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Pranav Umesh		</title>
		<link>https://www.tecmint.com/install-pip-in-linux/comment-page-1/#comment-1597722</link>

		<dc:creator><![CDATA[Pranav Umesh]]></dc:creator>
		<pubDate>Tue, 28 Sep 2021 14:43:01 +0000</pubDate>
		<guid isPermaLink="false">https://www.tecmint.com/?p=26610#comment-1597722</guid>

					<description><![CDATA[Hi, I&#039;m currently running centos8 and trying to install ansible but when I run the &lt;strong&gt;install&lt;/strong&gt;, the command line prompts that I need to update to the latest &lt;strong&gt;PIP&lt;/strong&gt;, how would I go about doing this?]]></description>
			<content:encoded><![CDATA[<p>Hi, I&#8217;m currently running centos8 and trying to install ansible but when I run the <strong>install</strong>, the command line prompts that I need to update to the latest <strong>PIP</strong>, how would I go about doing this?</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Ravi Saive		</title>
		<link>https://www.tecmint.com/install-pip-in-linux/comment-page-1/#comment-1462138</link>

		<dc:creator><![CDATA[Ravi Saive]]></dc:creator>
		<pubDate>Sat, 27 Mar 2021 06:35:58 +0000</pubDate>
		<guid isPermaLink="false">https://www.tecmint.com/?p=26610#comment-1462138</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://www.tecmint.com/install-pip-in-linux/comment-page-1/#comment-1461970&quot;&gt;Mike&lt;/a&gt;.

@Mike,

For Python 3
&lt;pre&gt;
$ sudo apt-get install python3-pip
&lt;/pre&gt;
For Python 2
&lt;pre&gt;
$ sudo apt-get install python-pip
&lt;/pre&gt;]]></description>
			<content:encoded><![CDATA[<p>In reply to <a target="_blank" href="https://www.tecmint.com/install-pip-in-linux/comment-page-1/#comment-1461970">Mike</a>.</p>
<p>@Mike,</p>
<p>For Python 3</p>
<pre>
$ sudo apt-get install python3-pip
</pre>
<p>For Python 2</p>
<pre>
$ sudo apt-get install python-pip
</pre>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Mike		</title>
		<link>https://www.tecmint.com/install-pip-in-linux/comment-page-1/#comment-1461970</link>

		<dc:creator><![CDATA[Mike]]></dc:creator>
		<pubDate>Sat, 27 Mar 2021 01:20:26 +0000</pubDate>
		<guid isPermaLink="false">https://www.tecmint.com/?p=26610#comment-1461970</guid>

					<description><![CDATA[I have seen this same issue with many others online (&lt;strong&gt;/usr/bin/python: No module named pip&lt;/strong&gt;) after following install instructions and many others maybe&#039;s still no success.

Please HELP!]]></description>
			<content:encoded><![CDATA[<p>I have seen this same issue with many others online (<strong>/usr/bin/python: No module named pip</strong>) after following install instructions and many others maybe&#8217;s still no success.</p>
<p>Please HELP!</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Jim		</title>
		<link>https://www.tecmint.com/install-pip-in-linux/comment-page-1/#comment-1399516</link>

		<dc:creator><![CDATA[Jim]]></dc:creator>
		<pubDate>Wed, 09 Dec 2020 14:23:56 +0000</pubDate>
		<guid isPermaLink="false">https://www.tecmint.com/?p=26610#comment-1399516</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://www.tecmint.com/install-pip-in-linux/comment-page-1/#comment-1399417&quot;&gt;Ravi Saive&lt;/a&gt;.

I&#039;m using RHEL 8]]></description>
			<content:encoded><![CDATA[<p>In reply to <a target="_blank" href="https://www.tecmint.com/install-pip-in-linux/comment-page-1/#comment-1399417">Ravi Saive</a>.</p>
<p>I&#8217;m using RHEL 8</p>
]]></content:encoded>
		
			</item>
	</channel>
</rss>
