<?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 get pip/virtualenv/Fabric working on Cygwin</title>
	<atom:link href="http://atbrox.com/2009/09/21/how-to-get-pipvirtualenvfabric-working-on-cygwin/feed/" rel="self" type="application/rss+xml" />
	<link>http://atbrox.com/2009/09/21/how-to-get-pipvirtualenvfabric-working-on-cygwin/</link>
	<description></description>
	<lastBuildDate>Mon, 23 Aug 2010 16:05:11 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
	<item>
		<title>By: cdr</title>
		<link>http://atbrox.com/2009/09/21/how-to-get-pipvirtualenvfabric-working-on-cygwin/comment-page-1/#comment-2814</link>
		<dc:creator>cdr</dc:creator>
		<pubDate>Fri, 09 Jul 2010 14:03:19 +0000</pubDate>
		<guid isPermaLink="false">http://atbrox.com/?p=110#comment-2814</guid>
		<description>The Fabric fix for cygwin went in, so you can use the master (http://github.com/bitprophet/fabric/tarball/master) with pip until the next release rather than manually patching and manually installing.</description>
		<content:encoded><![CDATA[<p>The Fabric fix for cygwin went in, so you can use the master (<a href="http://github.com/bitprophet/fabric/tarball/master" rel="nofollow">http://github.com/bitprophet/fabric/tarball/master</a>) with pip until the next release rather than manually patching and manually installing.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sancho Pansa</title>
		<link>http://atbrox.com/2009/09/21/how-to-get-pipvirtualenvfabric-working-on-cygwin/comment-page-1/#comment-2258</link>
		<dc:creator>Sancho Pansa</dc:creator>
		<pubDate>Wed, 16 Jun 2010 21:52:26 +0000</pubDate>
		<guid isPermaLink="false">http://atbrox.com/?p=110#comment-2258</guid>
		<description>it is my experience, that generally you should avoid using windows and cygwin for serious development work with python - you will bounce your head against more and more problems, lxml is a problem, python-mysql is a problem, and if you have strange errors while debugging your own stuff, you can never be sure, if it is an error you have in your code or if it is a cygwin issue - overall it adds another level of unneeded complexity and lots of boring problems. 
To avoid all this just use a virtual machine. You can still use your favorite windows tools if you install samba into the virtual machine and export your home to a samba share, which can be mounted on the host machine. 
I spent many ours and always came to this conclusion - development with python on windows is still a pita, use a linux vm to save many hours!</description>
		<content:encoded><![CDATA[<p>it is my experience, that generally you should avoid using windows and cygwin for serious development work with python &#8211; you will bounce your head against more and more problems, lxml is a problem, python-mysql is a problem, and if you have strange errors while debugging your own stuff, you can never be sure, if it is an error you have in your code or if it is a cygwin issue &#8211; overall it adds another level of unneeded complexity and lots of boring problems.<br />
To avoid all this just use a virtual machine. You can still use your favorite windows tools if you install samba into the virtual machine and export your home to a samba share, which can be mounted on the host machine.<br />
I spent many ours and always came to this conclusion &#8211; development with python on windows is still a pita, use a linux vm to save many hours!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Luis M. Morales S.</title>
		<link>http://atbrox.com/2009/09/21/how-to-get-pipvirtualenvfabric-working-on-cygwin/comment-page-1/#comment-561</link>
		<dc:creator>Luis M. Morales S.</dc:creator>
		<pubDate>Fri, 12 Feb 2010 18:25:20 +0000</pubDate>
		<guid isPermaLink="false">http://atbrox.com/?p=110#comment-561</guid>
		<description>i think the anoying problem you been having can be solve by using.

cd \cygwin\bin
ash
PATH=. rebaseall -v</description>
		<content:encoded><![CDATA[<p>i think the anoying problem you been having can be solve by using.</p>
<p>cd \cygwin\bin<br />
ash<br />
PATH=. rebaseall -v</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: David Gingrich</title>
		<link>http://atbrox.com/2009/09/21/how-to-get-pipvirtualenvfabric-working-on-cygwin/comment-page-1/#comment-510</link>
		<dc:creator>David Gingrich</dc:creator>
		<pubDate>Sat, 06 Feb 2010 20:38:53 +0000</pubDate>
		<guid isPermaLink="false">http://atbrox.com/?p=110#comment-510</guid>
		<description>FWIW: virtualenv 1.4.5.post1 seems to work (not very tested) with cygwin &amp; win32 Python if you patch it: http://bitbucket.org/ianb/virtualenv/issue/22/fails-to-install-activate-when-running-win32-python-from-cygwin#comment-119005</description>
		<content:encoded><![CDATA[<p>FWIW: virtualenv 1.4.5.post1 seems to work (not very tested) with cygwin &amp; win32 Python if you patch it: <a href="http://bitbucket.org/ianb/virtualenv/issue/22/fails-to-install-activate-when-running-win32-python-from-cygwin#comment-119005" rel="nofollow">http://bitbucket.org/ianb/virtualenv/issue/22/fails-to-install-activate-when-running-win32-python-from-cygwin#comment-119005</a></p>
]]></content:encoded>
	</item>
</channel>
</rss>
