Commit graph

11 commits

Author SHA1 Message Date
Evgeny Kovalchuk
a40640c401
Replace appdirs with platformdirs in docs (#2210) 2021-10-09 10:02:35 +01:00
Patrice Neff
d89f97683e
Fix VIRTUALENV_PYTHON environment lookup (#1998) 2020-10-28 16:10:36 +00:00
Krzysztof Szafranek
cac2b82792
Correct the example in the CLI docs (#1903) 2020-07-22 16:23:39 +01:00
Krzysztof Szafranek
3170dc4a90
Fix typos in the documentation (#1902) 2020-07-22 14:35:11 +01:00
Bernát Gábor
11d766f7f2
Upgrade embeded setuptools and fix changelog (#1865)
Signed-off-by: Bernat Gabor <bgabor8@bloomberg.net>
2020-06-21 09:23:13 +01:00
Bernát Gábor
0cd009b5a1
Implement periodic update feature (#1841)
Co-authored-by: Pradyun Gedam <pradyunsg@gmail.com>
2020-06-21 08:28:50 +01:00
Bernát Gábor
6b7d54b0ba
Allow all command line option flags to be used in config file/env-var (#1763)
* Allow all command line option flags to be used in config file/env-var

Extend config file and environment variables checked for configuration to also
check aliases (e.g.
setting either ``VIRTUALENV_COPIES`` or ``VIRTUALENV_ALWAYS_COPY`` will work).

Signed-off-by: Bernat Gabor <bgabor8@bloomberg.net>

* fix CI

Signed-off-by: Bernat Gabor <bgabor8@bloomberg.net>
2020-04-08 22:49:16 +01:00
Seungmin Ryu
c3453b6c38
handle application data folder is read only (#1661)
* 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>
2020-02-26 08:17:01 +00:00
Pradyun Gedam
0e00194464
require passing a destination directory (#1568)
Signed-off-by: Bernat Gabor <bgabor8@bloomberg.net>
2020-02-11 14:45:55 +00:00
Bernat Gabor
28fdddc484
Minor updates to the documentation (#1540)
Signed-off-by: Bernat Gabor <bgabor8@bloomberg.net>
2020-02-10 09:19:57 +00:00
Bernát Gábor
7a5d03fe15
rewrite the documentation (#1519) 2020-02-04 14:51:00 +00:00