Skip to content

Commit 0289b05

Browse files
author
bobh
committed
Prepend virtualenv path to $PATH.
1 parent b913510 commit 0289b05

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/re_build_WolframClient.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@
134134
<exec dir= "${basedir}/docs" executable="build_docs.sh">
135135
<arg value="-b" />
136136
<arg value="${files_directory}" />
137-
<env key="PATH" path="${env.PATH}:${tmp_directory}/venv/bin"/>
137+
<env key="PATH" path="${tmp_directory}/venv/bin:${env.PATH}"/>
138138
</exec>
139139

140140
</target>

0 commit comments

Comments
 (0)