Commit b1781f27 authored by Jason R. Coombs's avatar Jason R. Coombs

Correct mklink usage. Symlink is the default.

parent 4df6b359
......@@ -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%"
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment