summaryrefslogtreecommitdiff
path: root/src/virtualenv/seed/seeder.py
Commit message (Collapse)AuthorAgeFilesLines
* Drop Python 2 support (#2548)Bernát Gábor2023-04-191-0/+2
|
* Move to hatchling, drop 3.6 support (#2474)Bernát Gábor2022-12-291-1/+1
|
* Bump dependencies and build tools (#2394)Bernát Gábor2022-08-041-2/+2
| | | Signed-off-by: Bernát Gábor <gaborjbernat@gmail.com>
* Drop support of running under Python 2.7 (#2382)Bernát Gábor2022-07-251-7/+6
|
* API: Allow passing on the environment variable as an argument (#2054)Bernát Gábor2021-01-181-0/+1
| | | | | Defaults to os.environ. Signed-off-by: Bernát Gábor <bgabor8@bloomberg.net>
* handle application data folder is read only (#1661)Seungmin Ryu2020-02-261-1/+2
| | | | | | | | | | | | | | | | | | | | * 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>
* Lower min version of six to 1.9 (#1606)Sorin Sbarnea2020-02-131-2/+2
| | | | | This change should allow installation of virtualenv on systems with older six where their LTS support may prevent them from upgrading it.
* rewrite the documentation (#1519)Bernát Gábor2020-02-041-0/+19
|
* reorganize run.py - prefer inheritence based API over generatorsBernat Gabor2020-01-101-1/+1
| | | | Signed-off-by: Bernat Gabor <bgabor8@bloomberg.net>
* link app data needs ro with symlinks (#1480)Bernát Gábor2020-01-101-2/+2
| | | | | | | | | | | | | | | | | * fix app data logic 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> * fix Windows * fix * fix Signed-off-by: Bernat Gabor <bgabor8@bloomberg.net>
* Stat rewrite - POCBernát Gábor2020-01-101-0/+19
Signed-off-by: Bernat Gabor <bgabor8@bloomberg.net>