From b1781f2786d062c6c4678f18b9355421297c6d47 Mon Sep 17 00:00:00 2001 From: "Jason R. Coombs" Date: Fri, 22 Jul 2016 14:53:18 -0400 Subject: Correct mklink usage. Symlink is the default. --- appveyor.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'appveyor.yml') diff --git a/appveyor.yml b/appveyor.yml index bd43fb2d..35938480 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -4,7 +4,8 @@ environment: - PYTHON: "C:\\Python35-x64" install: - - "mklink /s /d \"C:\\Program Files\\Python\" %PYTHON%" + # symlink python from a directory with a space + - "mklink /d \"C:\\Program Files\\Python\" %PYTHON%" - "SET PYTHON=\"C:\\Program Files\\Python\"" - "SET PATH=%PYTHON%;%PYTHON%\\Scripts;%PATH%" -- cgit v1.2.3