<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/virtualenv.git/docs/userguide.rst, branch docs</title>
<subtitle>github.com: pypa/virtualenv.git
</subtitle>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/virtualenv.git/'/>
<entry>
<title>fix readme, add lint params</title>
<updated>2018-10-25T14:02:52+00:00</updated>
<author>
<name>Bernat Gabor</name>
<email>bgabor8@bloomberg.net</email>
</author>
<published>2018-10-25T14:01:11+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/virtualenv.git/commit/?id=d1c68182628268e5b00a35c973d3322ae4dc9b00'/>
<id>d1c68182628268e5b00a35c973d3322ae4dc9b00</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix instructions for download of virtualenv. (#1210)</title>
<updated>2018-10-05T06:17:48+00:00</updated>
<author>
<name>Zvezdan Petkovic</name>
<email>zpetkovic@acm.org</email>
</author>
<published>2018-10-05T06:17:48+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/virtualenv.git/commit/?id=384c8d13490f171a7ad99eeedd7fe45021a83d87'/>
<id>384c8d13490f171a7ad99eeedd7fe45021a83d87</id>
<content type='text'>
Replaced pypi.python.org with pypi.org in the download URL.
Added `-L` option to `curl` to follow redirects from randomized hash
URLS.

Also, replaced pypi.python.org/pypi with pypi.org/project throughout the
docs.

This fix addresses the most important part of #1042.</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Replaced pypi.python.org with pypi.org in the download URL.
Added `-L` option to `curl` to follow redirects from randomized hash
URLS.

Also, replaced pypi.python.org/pypi with pypi.org/project throughout the
docs.

This fix addresses the most important part of #1042.</pre>
</div>
</content>
</entry>
<entry>
<title>Include /path/to/ENV for activate (#1178)</title>
<updated>2018-09-24T15:56:53+00:00</updated>
<author>
<name>Ryan Lovett</name>
<email>rylo@berkeley.edu</email>
</author>
<published>2018-09-24T15:56:53+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/virtualenv.git/commit/?id=d93f0ef929a39610e22e35a846b185dfdc00b757'/>
<id>d93f0ef929a39610e22e35a846b185dfdc00b757</id>
<content type='text'>
Be explicit about where `activate` is and maintain the convention used throughout.</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Be explicit about where `activate` is and maintain the convention used throughout.</pre>
</div>
</content>
</entry>
<entry>
<title>Merge pull request #825 from mcarden/patch-1</title>
<updated>2016-05-26T11:25:50+00:00</updated>
<author>
<name>Donald Stufft</name>
<email>donald@stufft.io</email>
</author>
<published>2016-05-26T11:25:50+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/virtualenv.git/commit/?id=22e8624e7511935a1c80b3a069eca115ca61dfad'/>
<id>22e8624e7511935a1c80b3a069eca115ca61dfad</id>
<content type='text'>
Update userguide.rst</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Update userguide.rst</pre>
</div>
</content>
</entry>
<entry>
<title>Make note that other activate.* files exist</title>
<updated>2016-01-26T20:08:18+00:00</updated>
<author>
<name>Matt Iversen</name>
<email>teh.ivo@gmail.com</email>
</author>
<published>2016-01-26T20:08:18+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/virtualenv.git/commit/?id=1d1f1de70e822892c92748ef5da150deee6c081e'/>
<id>1d1f1de70e822892c92748ef5da150deee6c081e</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Try to download the latest versions of preinstalled packages</title>
<updated>2016-01-19T16:57:48+00:00</updated>
<author>
<name>Donald Stufft</name>
<email>donald@stufft.io</email>
</author>
<published>2016-01-19T16:51:26+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/virtualenv.git/commit/?id=f50df26c44311390351d0a76c79cfc136241ece5'/>
<id>f50df26c44311390351d0a76c79cfc136241ece5</id>
<content type='text'>
* Will only accept Wheels (because that is all we can install
  without setuptools).
* Will still fall back to using the bundled copies of the
  preinstalled packages if it cannot access the internet.

This should prevent errors happening from too old of versions of
software being bundled with virtualenv, while still allowing people
to prevent talking to the internet with --no-download.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* Will only accept Wheels (because that is all we can install
  without setuptools).
* Will still fall back to using the bundled copies of the
  preinstalled packages if it cannot access the internet.

This should prevent errors happening from too old of versions of
software being bundled with virtualenv, while still allowing people
to prevent talking to the internet with --no-download.
</pre>
</div>
</content>
</entry>
<entry>
<title>Update userguide.rst</title>
<updated>2015-11-25T03:25:41+00:00</updated>
<author>
<name>Michael Carden</name>
<email>mike.carden@gmail.com</email>
</author>
<published>2015-11-25T03:25:41+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/virtualenv.git/commit/?id=74d7bd2697e26788de27470c42809fb3b0e7118d'/>
<id>74d7bd2697e26788de27470c42809fb3b0e7118d</id>
<content type='text'>
Typo fix. prometed -&gt; prompted</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Typo fix. prometed -&gt; prompted</pre>
</div>
</content>
</entry>
<entry>
<title>Add explanation on removing an env</title>
<updated>2015-09-19T13:31:53+00:00</updated>
<author>
<name>Matthew Iversen</name>
<email>teh.ivo@gmail.com</email>
</author>
<published>2015-09-19T13:31:53+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/virtualenv.git/commit/?id=3c06bd516ef25347e71509d7d5728965d8a92eb0'/>
<id>3c06bd516ef25347e71509d7d5728965d8a92eb0</id>
<content type='text'>
Thanks to @elishamint, closes #664
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Thanks to @elishamint, closes #664
</pre>
</div>
</content>
</entry>
<entry>
<title>We support PyPy, but there's no reason to call it out.</title>
<updated>2014-09-26T01:43:53+00:00</updated>
<author>
<name>Donald Stufft</name>
<email>donald@stufft.io</email>
</author>
<published>2014-09-26T01:43:53+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/virtualenv.git/commit/?id=1a3a5ab5d5f690d8f1aa83de44e418d913ee207a'/>
<id>1a3a5ab5d5f690d8f1aa83de44e418d913ee207a</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Apply pull #507 manually</title>
<updated>2014-06-14T22:18:29+00:00</updated>
<author>
<name>Matthew Iversen</name>
<email>teh.ivo@gmail.com</email>
</author>
<published>2014-06-14T22:17:57+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/virtualenv.git/commit/?id=88f04d54b0505f4cc40f1d0616576e3b249df677'/>
<id>88f04d54b0505f4cc40f1d0616576e3b249df677</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
