We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 593c137 commit 2b44f97Copy full SHA for 2b44f97
omnibus/config/software/python3.rb
@@ -81,7 +81,6 @@
81
license "Python-2.0"
82
83
command "XCOPY /YEHIR *.* \"#{windows_safe_path(python_3_embedded)}\""
84
- command "copy /y \"#{windows_safe_path(vcrt140_root)}\\*.dll\" \"#{windows_safe_path(python_3_embedded)}\""
85
86
# Install pip
87
python = "#{windows_safe_path(python_3_embedded)}\\python.exe"
omnibus/config/software/vc_redist_14.rb
@@ -23,5 +23,5 @@
23
else
24
source_msm = "Microsoft_VC141_CRT_x64.msm"
25
end
26
- command "powershell -C \"#{windows_safe_path(script_root)} -file #{source_msm} -targetDir .\\expanded\""
+ command "powershell -C \"#{windows_safe_path(script_root)} -file #{source_msm} -targetDir \"#{windows_safe_path(python_3_embedded)}\"\""
27
0 commit comments