<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>multiple python in linux &#8211; Arun&#8217;s blog</title>
	<atom:link href="https://arunns.net/tag/multiple-python-in-linux/feed/" rel="self" type="application/rss+xml" />
	<link>https://arunns.net</link>
	<description>Arun&#039;s blog</description>
	<lastBuildDate>Mon, 25 Mar 2013 12:39:23 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.4.2</generator>
	<item>
		<title>Install multiple python in Linux</title>
		<link>https://arunns.net/install-multiple-python-in-linux/</link>
					<comments>https://arunns.net/install-multiple-python-in-linux/#respond</comments>
		
		<dc:creator><![CDATA[Arun N.]]></dc:creator>
		<pubDate>Mon, 25 Mar 2013 12:39:23 +0000</pubDate>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Install python2.7 on Redhat]]></category>
		<category><![CDATA[multiple python in linux]]></category>
		<guid isPermaLink="false">http://arunnsblog.com/?p=734</guid>

					<description><![CDATA[$ wget http://www.python.org/ftp/python/2.7.3/Python-2.7.3.tgz $ tar xvzf Python-2.7.3.tgz $ cd Python-2.7.3 $ ./configure $ make $ sudo make altinstall // do not use make install it might break the // system python dependent packages, otherwise use a different prefix // during compile.]]></description>
										<content:encoded><![CDATA[<pre>$ wget http://www.python.org/ftp/python/2.7.3/Python-2.7.3.tgz
$ tar xvzf Python-2.7.3.tgz
$ cd Python-2.7.3
$ ./configure
$ make 
$ sudo make altinstall 
// do not use make install it might break the 
// system python dependent packages, otherwise use a different prefix
// during compile.</pre>
]]></content:encoded>
					
					<wfw:commentRss>https://arunns.net/install-multiple-python-in-linux/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
	</channel>
</rss>
