virtualenv/docs
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
..
_static Upgrade embeded setuptools and fix changelog (#1865) 2020-06-21 09:23:13 +01:00
changelog Fix absolute paths for Cygwin (#1970) 2020-10-12 10:51:18 +01:00
changelog.rst release 20.0.33 2020-10-04 18:20:35 +01:00
cli_interface.rst Correct the example in the CLI docs (#1903) 2020-07-22 16:23:39 +01:00
conf.py Use main branch instead of master 2020-09-25 15:45:24 +01:00
development.rst Use main branch instead of master 2020-09-25 15:45:24 +01:00
extend.rst docs: fix some typos (#1687) 2020-03-03 13:14:56 +00:00
index.rst Add Gitter Badges (#1623) 2020-02-14 09:59:23 +00:00
installation.rst Use main branch instead of master 2020-09-25 15:45:24 +01:00
render_cli.py Bump linters (#1823) 2020-05-12 13:38:39 +01:00
user_guide.rst Use main branch instead of master 2020-09-25 15:45:24 +01:00