<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>Alex Tomkins - virtualenv</title>
    <link>https://www.alextomkins.com/tag/virtualenv/</link>
    <atom:link href="https://www.alextomkins.com/tag/virtualenv/feed.xml" rel="self" type="application/rss+xml" />
    <description>Posts tagged with virtualenv</description>
    <language>en</language>
    
    
    
    
    
    
    
    
    
    <item>
      <title>Upgrading packages in all Python virtual environments</title>
      <link>https://www.alextomkins.com/2016/09/upgrading-packages-in-all-python-virtual-environments/</link>
      <guid>https://www.alextomkins.com/2016/09/upgrading-packages-in-all-python-virtual-environments/</guid>
      <pubDate>Sat, 03 Sep 2016 14:32:00 +0000</pubDate>
      <description><![CDATA[<p>If you're working with a lot of Python virtual environments in a wide variety of projects, over
time you'll end up with outdated packages in some of the older ones - potentially missing out on
new features.</p>
<p>For most of the packages you'll want to keep them at a specific version for each virtual
environment, however for packages such as <a href="https://pip.pypa.io/en/stable/">pip</a>, you may want to
upgrade it to the latest version in all your local virtual environments. If you're running
<a href="http://virtualenvwrapper.readthedocs.io/">virtualenvwrapper</a>, all you have to do is use the
<code>allvirtualenv</code> command:</p>
<pre><code>$ allvirtualenv pip install --upgrade pip setuptools wheel</code></pre>
<p>And inside every virtual environment you'll have the latest version of pip and the other essential
package installation tools updated in your virtual environment.</p>
]]></description>
    </item>
    
    
    
    
    
    
    
    
    
    
    
    
  </channel>
</rss>
