Commit Graph

4 Commits

Author SHA1 Message Date
Alexey Pavlov
7d16c9d247 python3: Update to 3.8.0 2019-10-23 13:58:54 +03:00
Dan Yeaw
30632dd58d Remove force copy, self.symlinks is already False with Windows
Signed-off-by: Dan Yeaw <dan@yeaw.me>
2019-07-21 11:45:55 -04:00
Dan Yeaw
76f830a25a Fix venvlauncher not found error when creating venv
Signed-off-by: Dan Yeaw <dan@yeaw.me>
2019-07-20 20:54:04 -04:00
Dan Yeaw
823a60f6c7 Add patch to not use win32 venv redirector
In Python 3.7.2, Windows now uses a venv redirector instead of copying
the interpreter in to the virtualenv. Also this changes the virtualenv
binary path from Scripts to bin to be consistent with the normal POSIX
location.

Signed-off-by: Dan Yeaw <dan@yeaw.me>
2019-07-20 16:39:52 -04:00