File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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" />
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" />
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" />
167167 </exec >
168168 </target >
169169
170- </project >
170+ </project >
You can’t perform that action at this time.
0 commit comments