summaryrefslogtreecommitdiff
path: root/src/virtualenv/run/plugin/activators.py
Commit message (Collapse)AuthorAgeFilesLines
* Drop Python 2 support (#2548)Bernát Gábor2023-04-191-0/+2
|
* Drop support of running under Python 2.7 (#2382)Bernát Gábor2022-07-251-5/+8
|
* special-case `--prompt .` to the cwd (#2220)Ruairidh MacLeod2021-10-231-1/+4
| | | Co-authored-by: Bernát Gábor <gaborjbernat@gmail.com>
* handle application data folder is read only (#1661)Seungmin Ryu2020-02-261-1/+1
| | | | | | | | | | | | | | | | | | | | * fixed FileNotFoundError when directory isn't writable (#1640) - when using docker, if `user_data_dir()` isn't writable directory, `default_data_dir()` use `system temp directory` + `virtualenv`. for example, tempdir is `/tmp`, it use `/tmp/virtualenv` * start making the app-data more explicit and robust Signed-off-by: Bernat Gabor <bgabor8@bloomberg.net> * fix Windows * fix docs Signed-off-by: Bernat Gabor <bgabor8@bloomberg.net> Co-authored-by: Bernát Gábor <gaborjbernat@gmail.com>
* rewrite the documentation (#1519)Bernát Gábor2020-02-041-1/+1
|
* separate describe/create - check upfront if can create (#1502)Bernát Gábor2020-01-211-1/+5
| | | | | | | | | | | | | | | | * start Signed-off-by: Bernat Gabor <bgabor8@bloomberg.net> * test for Windows Signed-off-by: Bernat Gabor <bgabor8@bloomberg.net> * test for Windows Signed-off-by: Bernat Gabor <bgabor8@bloomberg.net> * fix Windows symlink cache
* cleanup env-vars and use venv as default dest dir instead of envBernat Gabor2020-01-101-1/+1
| | | | Signed-off-by: Bernat Gabor <bgabor8@bloomberg.net>
* reorganize run.py - prefer inheritence based API over generatorsBernat Gabor2020-01-101-0/+49
Signed-off-by: Bernat Gabor <bgabor8@bloomberg.net>