<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/virtualenv.git/virtualenv_embedded/activate.sh, branch boostrap</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>Allow sourcing activate.sh in shells "exit on error" mode</title>
<updated>2018-12-16T15:47:21+00:00</updated>
<author>
<name>Antti Haapala</name>
<email>antti@haapala.name</email>
</author>
<published>2016-09-27T07:59:32+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/virtualenv.git/commit/?id=256d0e116ddccfc2b5f6aff16d43c152d6302fbb'/>
<id>256d0e116ddccfc2b5f6aff16d43c152d6302fbb</id>
<content type='text'>
The newly added `pydoc` unaliasing command ends with exit code 1 if `pydoc` alias is not set; this in turn means that sourcing `activate.sh` in a shell that had been set to exit on first error, upon sourcing that file, will exit on that line. And thanks to suppressing the output of `pydoc` there is no error message being displayed. Simply adding `|| true` should ensure that the command ends successfully.</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The newly added `pydoc` unaliasing command ends with exit code 1 if `pydoc` alias is not set; this in turn means that sourcing `activate.sh` in a shell that had been set to exit on first error, upon sourcing that file, will exit on that line. And thanks to suppressing the output of `pydoc` there is no error message being displayed. Simply adding `|| true` should ensure that the command ends successfully.</pre>
</div>
</content>
</entry>
<entry>
<title>solved problem when using -u in a non interactive shell (#922)</title>
<updated>2018-11-19T21:59:45+00:00</updated>
<author>
<name>BrownTruck</name>
<email>BrownTruck@users.noreply.github.com</email>
</author>
<published>2018-11-19T21:59:46+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/virtualenv.git/commit/?id=8216878248a7f1cc29cb7b64278213bd720d9db0'/>
<id>8216878248a7f1cc29cb7b64278213bd720d9db0</id>
<content type='text'>
PS1 was set as undeclared (like when using shell provisionning in vagrant)

---

_This was automatically migrated from pypa/virtualenv#893 to reparent it to the `master` branch. Please see original pull request for any previous discussion._

_Original Submitter: @allan-simon_
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
PS1 was set as undeclared (like when using shell provisionning in vagrant)

---

_This was automatically migrated from pypa/virtualenv#893 to reparent it to the `master` branch. Please see original pull request for any previous discussion._

_Original Submitter: @allan-simon_
</pre>
</div>
</content>
</entry>
<entry>
<title>Silent `unset -f` error in zsh</title>
<updated>2016-01-20T12:29:39+00:00</updated>
<author>
<name>LE Manh Cuong</name>
<email>cuong.manhle.vn@gmail.com</email>
</author>
<published>2016-01-20T12:29:39+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/virtualenv.git/commit/?id=fe2ab5b4111ef3e8bfd70ddd6670d2df5e20dd60'/>
<id>fe2ab5b4111ef3e8bfd70ddd6670d2df5e20dd60</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Homogenize test syntax, add explanation of it</title>
<updated>2016-01-18T12:50:52+00:00</updated>
<author>
<name>Matthew Iversen</name>
<email>teh.ivo@gmail.com</email>
</author>
<published>2016-01-18T12:50:52+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/virtualenv.git/commit/?id=fc136ebeec16cd68d2ca630c1687f1106cc507d6'/>
<id>fc136ebeec16cd68d2ca630c1687f1106cc507d6</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add pydoc function for fish</title>
<updated>2015-09-21T08:27:05+00:00</updated>
<author>
<name>Matthew Iversen</name>
<email>teh.ivo@gmail.com</email>
</author>
<published>2015-09-21T08:27:05+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/virtualenv.git/commit/?id=020cfdbdd8e94cf01a581d92d9fe1eb51909f340'/>
<id>020cfdbdd8e94cf01a581d92d9fe1eb51909f340</id>
<content type='text'>
Correct pydoc function for sh
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Correct pydoc function for sh
</pre>
</div>
</content>
</entry>
<entry>
<title>Add a space after env name in prompt</title>
<updated>2015-09-21T07:03:59+00:00</updated>
<author>
<name>Matthew Iversen</name>
<email>teh.ivo@gmail.com</email>
</author>
<published>2015-09-21T07:03:59+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/virtualenv.git/commit/?id=7905ddecf91ba91633a18b9652284c03f9417d65'/>
<id>7905ddecf91ba91633a18b9652284c03f9417d65</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Use portable syntax for `pydoc` function</title>
<updated>2015-09-20T16:56:40+00:00</updated>
<author>
<name>Matthew Iversen</name>
<email>teh.ivo@gmail.com</email>
</author>
<published>2015-09-20T16:42:29+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/virtualenv.git/commit/?id=1682ed63a0cb80b836585badd7848f61cb534c6c'/>
<id>1682ed63a0cb80b836585badd7848f61cb534c6c</id>
<content type='text'>
Make sure a pydoc alias isn't present to allow such function to be
defined
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Make sure a pydoc alias isn't present to allow such function to be
defined
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove legacy aspen workaround</title>
<updated>2015-09-20T10:54:17+00:00</updated>
<author>
<name>Matthew Iversen</name>
<email>teh.ivo@gmail.com</email>
</author>
<published>2015-09-20T10:54:17+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/virtualenv.git/commit/?id=06b12ca53d9c6992f46b262ba848189c006b27cc'/>
<id>06b12ca53d9c6992f46b262ba848189c006b27cc</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Use function definition syntax that works</title>
<updated>2015-09-20T10:49:49+00:00</updated>
<author>
<name>Matthew Iversen</name>
<email>teh.ivo@gmail.com</email>
</author>
<published>2015-09-20T10:49:49+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/virtualenv.git/commit/?id=4185f08c6a3e2576c6eaf09edc1ccec938575d57'/>
<id>4185f08c6a3e2576c6eaf09edc1ccec938575d57</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Use pydoc function instead of alias</title>
<updated>2015-09-20T09:42:21+00:00</updated>
<author>
<name>Matthew Iversen</name>
<email>teh.ivo@gmail.com</email>
</author>
<published>2015-09-20T09:42:21+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/virtualenv.git/commit/?id=354676d6dd01b55d0477e9ec84ba9fa2647948e0'/>
<id>354676d6dd01b55d0477e9ec84ba9fa2647948e0</id>
<content type='text'>
Unaliasing with a function (deactivate) can be problematic.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Unaliasing with a function (deactivate) can be problematic.
</pre>
</div>
</content>
</entry>
</feed>
