| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
| |
Signed-off-by: Bernat Gabor <bgabor8@bloomberg.net>
|
| |
|
|
|
|
| |
This ensures that we do not overwrite an existing .gitignore when the
target directory is not created by virtualenv.
Signed-off-by: Bernat Gabor <bgabor8@bloomberg.net>
|
| |
|
| |
Co-authored-by: Pradyun Gedam <pradyunsg@gmail.com>
|
| | |
|
| | |
|
| | |
|
| | |
|
| |
|
|
| |
(#1826)
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| |
|
| |
Signed-off-by: Bernat Gabor <bgabor8@bloomberg.net>
|
| |
|
|
|
|
|
|
|
|
|
|
|
| |
* 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>
|
| |
|
| |
Signed-off-by: Bernat Gabor <bgabor8@bloomberg.net>
|
| |
|
| |
Signed-off-by: Bernat Gabor <bgabor8@bloomberg.net>
|
| |
|
|
|
|
|
| |
* Fix discovery when name is non-spec format on PATH
Signed-off-by: Bernat Gabor <bgabor8@bloomberg.net>
* fix windows
|
| |
|
| |
Signed-off-by: Bernat Gabor <bgabor8@bloomberg.net>
|
| |
|
| |
Signed-off-by: Bernat Gabor <bgabor8@bloomberg.net>
|
| |
|
| |
Signed-off-by: Bernat Gabor <bgabor8@bloomberg.net>
|
| |
|
| |
Signed-off-by: Bernat Gabor <bgabor8@bloomberg.net>
|
| |
|
|
|
|
|
|
|
| |
* Allow testing docker images
Signed-off-by: Bernat Gabor <bgabor8@bloomberg.net>
* amazonlinux support
Signed-off-by: Bernat Gabor <bgabor8@bloomberg.net>
|
| |
|
| |
Signed-off-by: Bernat Gabor <bgabor8@bloomberg.net>
|
| |
|
|
|
|
| |
* Fix Windows Store support
Signed-off-by: Bernat Gabor <bgabor8@bloomberg.net>
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* Allow missing .py files if .pyc is present
* Document packaging types we support
Signed-off-by: Bernat Gabor <bgabor8@bloomberg.net>
* improve test
Signed-off-by: Bernat Gabor <bgabor8@bloomberg.net>
* PyPy requires the standard library source files
Signed-off-by: Bernat Gabor <bgabor8@bloomberg.net>
Co-authored-by: Bernat Gabor <bgabor8@bloomberg.net>
|
| |
|
| |
Signed-off-by: Bernat Gabor <bgabor8@bloomberg.net>
|
| |
|
| |
Signed-off-by: Bernat Gabor <bgabor8@bloomberg.net>
|
| |
|
| |
Signed-off-by: Bernat Gabor <bgabor8@bloomberg.net>
|
| |
|
|
|
|
|
| |
Ignore configuration file parsing when getting distutils data.
Resolves #1663.
Signed-off-by: Bernat Gabor <bgabor8@bloomberg.net>
|
| |
|
|
|
| |
Resolves #1683.
Signed-off-by: Bernat Gabor <bgabor8@bloomberg.net>
|
| |
|
| |
Signed-off-by: Bernat Gabor <bgabor8@bloomberg.net>
|
| |
|
| |
Signed-off-by: Bernat Gabor <bgabor8@bloomberg.net>
|
| |
|
|
|
|
|
| |
* pythonw works as python on Windows
Signed-off-by: Bernat Gabor <bgabor8@bloomberg.net>
* foix
|
| | |
|
| |
|
|
|
|
|
|
|
| |
- ensure we do not rewrite the ``PYTHONPATH``
- ensure we respect the ``-E`` flag
Signed-off-by: Bernat Gabor <bgabor8@bloomberg.net>
Co-authored-by: Bernát Gábor <gaborjbernat@gmail.com>
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* 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>
|
| |
|
|
|
| |
Resolves #1674.
Signed-off-by: Bernat Gabor <bgabor8@bloomberg.net>
|
| |
|
|
|
|
| |
Until https://github.com/pypa/pip/issues/7778 is fixed and released.
Signed-off-by: Bernat Gabor <bgabor8@bloomberg.net>
|
| |
|
|
|
|
| |
fix creation of entry points when path contains spaces
Co-authored-by: Bernát Gábor <gaborjbernat@gmail.com>
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* 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>
|