<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/virtualenv.git/virtualenv_embedded/activate.ps1, branch legacy</title>
<subtitle>github.com: pypa/virtualenv.git
</subtitle>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/virtualenv.git/'/>
<entry>
<title>Revert the incorrect Windows part of #1388 (#1408)</title>
<updated>2019-08-23T08:13:45+00:00</updated>
<author>
<name>Paul Moore</name>
<email>p.f.moore@gmail.com</email>
</author>
<published>2019-08-23T08:13:45+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/virtualenv.git/commit/?id=7174ccd569e0beea6be03ed06e1c5c3808f3aeb2'/>
<id>7174ccd569e0beea6be03ed06e1c5c3808f3aeb2</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Report error when not sourcing activate scripts (#1372) (#1388)</title>
<updated>2019-07-23T08:12:12+00:00</updated>
<author>
<name>João Eiras</name>
<email>joao.carlos.eiras@tine.no</email>
</author>
<published>2019-07-23T08:12:12+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/virtualenv.git/commit/?id=e81ffe07a1c0660a28e1b420cc0799138ea33d11'/>
<id>e81ffe07a1c0660a28e1b420cc0799138ea33d11</id>
<content type='text'>
* Report error when not sourcing activate scripts (#1372)

The activate scripts are to be used in the context of the current shell session.

The feature so far only works in powershell and bash, because in other shells it
is hard to get the name of the currently executing script.

Also added tests.

* fix
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* Report error when not sourcing activate scripts (#1372)

The activate scripts are to be used in the context of the current shell session.

The feature so far only works in powershell and bash, because in other shells it
is hard to get the name of the currently executing script.

Also added tests.

* fix
</pre>
</div>
</content>
</entry>
<entry>
<title>Lint activate.ps1 (#1373)</title>
<updated>2019-07-23T06:20:00+00:00</updated>
<author>
<name>John Vandenberg</name>
<email>john@coala.io</email>
</author>
<published>2019-07-23T06:20:00+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/virtualenv.git/commit/?id=a3258e2409145ed81615dcbf2267fc404dcd8c36'/>
<id>a3258e2409145ed81615dcbf2267fc404dcd8c36</id>
<content type='text'>
Fix PSScriptAnalyzer warnings, and follow style from
-Setting CodeFormatting

Closes https://github.com/pypa/virtualenv/issues/1371</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fix PSScriptAnalyzer warnings, and follow style from
-Setting CodeFormatting

Closes https://github.com/pypa/virtualenv/issues/1371</pre>
</div>
</content>
</entry>
<entry>
<title>Implement prompt consistency tests and harmonize all activate scripts (#1330)</title>
<updated>2019-04-10T13:38:28+00:00</updated>
<author>
<name>Brian Skinn</name>
<email>brian.skinn@gmail.com</email>
</author>
<published>2019-04-10T13:38:28+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/virtualenv.git/commit/?id=c787671ec455e3212fd78126cea558b318f48806'/>
<id>c787671ec455e3212fd78126cea558b318f48806</id>
<content type='text'>
See history of [bskinn/virtualenv:all-prompts branch](https://github.com/bskinn/virtualenv/commits/all-prompts), tip at
bskinn/virtualenv@67cda5f, for the actual sequence of
development of the prompt tests, leading to the first commit of the PR (e6a2b99)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
See history of [bskinn/virtualenv:all-prompts branch](https://github.com/bskinn/virtualenv/commits/all-prompts), tip at
bskinn/virtualenv@67cda5f, for the actual sequence of
development of the prompt tests, leading to the first commit of the PR (e6a2b99)
</pre>
</div>
</content>
</entry>
<entry>
<title>Shell fixes (#1258)</title>
<updated>2018-12-23T16:55:13+00:00</updated>
<author>
<name>Bernát Gábor</name>
<email>gaborjbernat@gmail.com</email>
</author>
<published>2018-12-23T16:55:13+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/virtualenv.git/commit/?id=34fdfb5be3d13a4f874a7529cb6178cbacddf29c'/>
<id>34fdfb5be3d13a4f874a7529cb6178cbacddf29c</id>
<content type='text'>
* Always store _OLD_VIRTUAL_PATH in a sh compat format

When using a subshell from fish while within a virtualenv the
_OLD_VIRTUAL_PATH variable ends up in fish format and not the format of
the subshell. This breaks the first step of the activate script where it
attepts to deactivate the previous environment.

This patch will handle conversion to and from sh and fish formats within
the activate.fish script

* Add test and update to new delimiter

* Fix lint

Remove line that didn't lint as we don't need it.

* Rebuild virtualenv.py

* Add changelog

* fix_lint

* Try to add fish to build env

* Use less fish (only when running py tests)

* remove code duplication for activation testers

* Consolidate activation testing

- add tests for csh, bash
- rework bash, csh tests
- remove powershell singing
- powershell pydoc support

* file and with extension

* universal newline

* Add debug env var, and normalize on Linux to via realpath (Jython failure)

* switch to bat

* fix xonosh

* fix xonsh further

* fix jython

* fix lint

* enable pytest debug
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* Always store _OLD_VIRTUAL_PATH in a sh compat format

When using a subshell from fish while within a virtualenv the
_OLD_VIRTUAL_PATH variable ends up in fish format and not the format of
the subshell. This breaks the first step of the activate script where it
attepts to deactivate the previous environment.

This patch will handle conversion to and from sh and fish formats within
the activate.fish script

* Add test and update to new delimiter

* Fix lint

Remove line that didn't lint as we don't need it.

* Rebuild virtualenv.py

* Add changelog

* fix_lint

* Try to add fish to build env

* Use less fish (only when running py tests)

* remove code duplication for activation testers

* Consolidate activation testing

- add tests for csh, bash
- rework bash, csh tests
- remove powershell singing
- powershell pydoc support

* file and with extension

* universal newline

* Add debug env var, and normalize on Linux to via realpath (Jython failure)

* switch to bat

* fix xonosh

* fix xonsh further

* fix jython

* fix lint

* enable pytest debug
</pre>
</div>
</content>
</entry>
<entry>
<title>Generate activate.ps1 for all platforms (#1229)</title>
<updated>2018-10-31T13:39:37+00:00</updated>
<author>
<name>Ferdinand van Wyk</name>
<email>ferdinandvwyk@gmail.com</email>
</author>
<published>2018-10-31T13:39:37+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/virtualenv.git/commit/?id=a6be4f5f90c670684b2fe5fe740ce494ea26d4e2'/>
<id>a6be4f5f90c670684b2fe5fe740ce494ea26d4e2</id>
<content type='text'>
* Added activate.ps1 to list of generated activation scripts
* extended tests to cover cmdline
* Use path_locations to test directories
* Add tests for powershell activation
* Fix environment creation for cmdline tests
* pwsh.exe on Windows
* make executable dependent tests optional locally
* fixes
* fix path normalization and casing
* turn path to long
* debug
* fix documentation
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* Added activate.ps1 to list of generated activation scripts
* extended tests to cover cmdline
* Use path_locations to test directories
* Add tests for powershell activation
* Fix environment creation for cmdline tests
* pwsh.exe on Windows
* make executable dependent tests optional locally
* fixes
* fix path normalization and casing
* turn path to long
* debug
* fix documentation
</pre>
</div>
</content>
</entry>
<entry>
<title>Support VIRTUAL_ENV_DISABLE_PROMPT in Powershell activate script</title>
<updated>2014-06-25T09:26:29+00:00</updated>
<author>
<name>Paul Moore</name>
<email>p.f.moore@gmail.com</email>
</author>
<published>2014-06-25T09:26:29+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/virtualenv.git/commit/?id=f1244a2af00aecadf1b8019214c75031125d315f'/>
<id>f1244a2af00aecadf1b8019214c75031125d315f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Typo</title>
<updated>2011-12-13T22:51:26+00:00</updated>
<author>
<name>Stefano Rivera</name>
<email>stefano@rivera.za.net</email>
</author>
<published>2011-12-13T22:51:26+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/virtualenv.git/commit/?id=df1ac65f11f09d77cde75b99de7995e658c3a7c6'/>
<id>df1ac65f11f09d77cde75b99de7995e658c3a7c6</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
