No description
Find a file
davidcoghlan 2b0bbbabb4
Fix absolute paths for Cygwin (#1970)
* Fix absolute paths for Cygwin

Absolute paths on Windows take the form "c:\somePath" -- these need to be mapped to the form "/cygdrive/c/somePath" on Cygwin. Otherwise, the virtualenv path gets garbled when activated on Cygwin, which can cause the wrong Python environment to be used.

* Remove Cygwin from the list, rely on the shell script for that

* Improved formatting

* Update tests to handle mingw + msys explicitly

* Add changelog entry

* lint errors

* Add msys support to the activation script

* Fix script error & linting
2020-10-12 10:51:18 +01:00
.github Adopt new Github env-var set method 2020-10-12 10:36:18 +01:00
docs Fix absolute paths for Cygwin (#1970) 2020-10-12 10:51:18 +01:00
src/virtualenv Fix absolute paths for Cygwin (#1970) 2020-10-12 10:51:18 +01:00
tasks Restore python3.4 support (add it back to CI) (#1965) 2020-10-04 18:17:24 +01:00
tests Fix absolute paths for Cygwin (#1970) 2020-10-12 10:51:18 +01:00
.coveragerc Restore python3.4 support (add it back to CI) (#1965) 2020-10-04 18:17:24 +01:00
.dockerignore Allow testing via the system Python (#1731) 2020-03-18 19:10:35 +00:00
.gitattributes Use unix line-endings in bash activate script (#1924) 2020-08-23 14:25:50 +01:00
.gitignore adjust gitignore to cover tests/unit/seed/greet/greet.egg-info (#1804) 2020-05-02 06:19:42 +01:00
.pre-commit-config.yaml Bump linters (#1966) 2020-10-03 15:44:36 +01:00
.readthedocs.yml rewrite the documentation (#1519) 2020-02-04 14:51:00 +00:00
codecov.yaml Update codecov.yaml 2020-10-11 09:12:38 +01:00
LICENSE rewrite the documentation (#1519) 2020-02-04 14:51:00 +00:00
MANIFEST.in rewrite the documentation (#1519) 2020-02-04 14:51:00 +00:00
pyproject.toml Bump linters (#1823) 2020-05-12 13:38:39 +01:00
README.md Use main branch instead of master 2020-09-25 15:45:24 +01:00
setup.cfg Restore python3.4 support (add it back to CI) (#1965) 2020-10-04 18:17:24 +01:00
setup.py Implement periodic update feature (#1841) 2020-06-21 08:28:50 +01:00
tox.ini Restore python3.4 support (add it back to CI) (#1965) 2020-10-04 18:17:24 +01:00

virtualenv

PyPI PyPI - Implementation PyPI - Python Version Documentation Gitter Chat PyPI - Downloads PyPI - License Build Status codecov Code style:
black

A tool for creating isolated virtual python environments.

Code of Conduct

Everyone interacting in the virtualenv project's codebases, issue trackers, chat rooms, and mailing lists is expected to follow the PSF Code of Conduct.