Skip to content

Commit b913510

Browse files
author
bobh
committed
python -> ${python.exe}
1 parent f3ba235 commit b913510

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

scripts/re_build_WolframClient.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@
7373
<target name='Installer.WolframClientForPython.execute' extensionOf='Deploy.execute'>
7474

7575
<!-- Ensure all necessary modules are installed -->
76-
<exec executable="python">
76+
<exec executable="${python.exe}">
7777
<arg value="-m" />
7878
<arg value="pip" />
7979
<arg value="install" />
@@ -84,7 +84,7 @@
8484
</exec>
8585

8686
<!-- Run setup script -->
87-
<exec executable="python">
87+
<exec executable="${python.exe}">
8888
<arg value="setup.py" />
8989
<arg value="sdist" />
9090
<arg value="bdist_wheel" />
@@ -113,7 +113,7 @@
113113
<target name='Web.WolframClientForPython.execute.custom' extensionOf='Web.execute.custom'>
114114

115115
<!-- Create a virtual environment to build docs in -->
116-
<exec executable="python3.6">
116+
<exec executable="${python.exe}">
117117
<arg value="-m" />
118118
<arg value="venv" />
119119
<arg value="${tmp_directory}/venv" />
@@ -167,4 +167,4 @@
167167
</exec>
168168
</target>
169169

170-
</project>
170+
</project>

0 commit comments

Comments
 (0)