summaryrefslogtreecommitdiff
path: root/src/virtualenv/activation/batch
Commit message (Collapse)AuthorAgeFilesLines
* Drop Python 2 support (#2548)Bernát Gábor2023-04-191-0/+2
|
* Do not use deprecated API (#2448)Bernát Gábor2022-11-271-4/+3
|
* Do not turn echo off for subsequent commands in batch activators (#2411) (#2412)Paweł Szramowski2022-09-072-37/+33
| | | Co-authored-by: Paweł Szramowski <pawel.szramowski@gmail.com>
* Drop support of running under Python 2.7 (#2382)Bernát Gábor2022-07-251-5/+7
|
* ?? prompt should be wrapped in paranthesis ?? (#2224)Tushar Sadhwani2021-10-311-1/+1
| | | Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
* Fix broken prompt set up by activate.bat (#2225) (#2226)SiggyBar2021-10-281-4/+4
|
* Remove stray closing parenthesis in activate.bat (#2221)SiggyBar2021-10-231-1/+0
|
* Default prompt of environment name in batch shell (#1679)spetafree2020-03-031-1/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Default prompt of environment name in batch shell * Handle batch prompt in activate.bat * change test folder name to aviod bat escapes * run activation tests with and without prompt * test for correct prompt in batch (only, for now) * Try to normalize path in batch tests * update description * Update 1679.bugfix.rst * Update conftest.py * Update conftest.py Signed-off-by: Bernat Gabor <bgabor8@bloomberg.net> * better names Signed-off-by: Bernat Gabor <bgabor8@bloomberg.net> Co-authored-by: Bernát Gábor <gaborjbernat@gmail.com>
* support for c-extension builds within virtualenv (#1503)Bernát Gábor2020-01-271-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * test include folders - add test to check if it works Signed-off-by: Bernat Gabor <bgabor8@bloomberg.net> * pypy add lib on Linux Signed-off-by: Bernat Gabor <bgabor8@bloomberg.net> * fix Windows * fix Signed-off-by: Bernat Gabor <bgabor8@bloomberg.net> * debug macos Signed-off-by: Bernat Gabor <bgabor8@bloomberg.net> * try fix pypy windows Signed-off-by: Bernat Gabor <bgabor8@bloomberg.net> * fix Windows * fix * fix Signed-off-by: Bernat Gabor <bgabor8@bloomberg.net> * Windows PyPy just does not understand non-ascii PATHS :-( * allow pypy3 to fail Signed-off-by: Bernat Gabor <bgabor8@bloomberg.net>
* fix WindowsBernat Gabor2020-01-101-0/+7
|
* interface compatibility with before rewrite (#1479)Bernát Gábor2020-01-101-1/+1
| | | | | | Ensure that what ran with virtualenv 17 will continue running in a post rewrite world minus the deprecated flags, plus the relocatable feature. Signed-off-by: Bernat Gabor <bgabor8@bloomberg.net>
* unicode support (#1477)Bernát Gábor2020-01-101-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * creator unicode support Signed-off-by: Bernat Gabor <bgabor8@bloomberg.net> * activator support Signed-off-by: Bernat Gabor <bgabor8@bloomberg.net> * fix * add space * python3.4 support * Windows fixes * some fixes * fix powershell requires utf-16 * try to fix python2 windows Signed-off-by: Bernat Gabor <bgabor8@bloomberg.net> * use utf-8 for activation scripts Signed-off-by: Bernat Gabor <bgabor8@bloomberg.net> * fix * more fix Signed-off-by: Bernat Gabor <bgabor8@bloomberg.net> * fix Signed-off-by: Bernat Gabor <bgabor8@bloomberg.net> * windows path py2.7 * fixes for Python 2 and unicode on Windows * do not single out mbcs, but the file system encoder * do not install pathlib python 2 windows Signed-off-by: Bernat Gabor <bgabor8@bloomberg.net> * fix encoding on py35 Signed-off-by: Bernat Gabor <bgabor8@bloomberg.net>
* Activation scripts for next-gen virtualenv (#1454)Siddhant Kumar2020-01-104-0/+71