changeset 1:a005eacc5bf2 draft

Uploaded
author ulfschaefer
date Fri, 29 Apr 2016 09:53:24 -0400
parents fd5117fe09ab
children 98e7890b4b10
files tool_dependencies.xml
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/tool_dependencies.xml	Fri Apr 29 07:18:22 2016 -0400
+++ b/tool_dependencies.xml	Fri Apr 29 09:53:24 2016 -0400
@@ -3,7 +3,6 @@
     <package name="python" version="2.7.10">
         <repository changeset_revision="a28e3c30828d" name="package_python_2_7_10" owner="iuc" prior_installation_required="True" toolshed="https://testtoolshed.g2.bx.psu.edu" />
     </package>
-
     <package name="cython" version="0.23.1">
         <install version="1.0">
             <actions>
@@ -21,7 +20,8 @@
                 <action type="set_environment">
                     <environment_variable action="prepend_to" name="PYTHONPATH">$INSTALL_DIR/lib/python</environment_variable>
                     <environment_variable action="prepend_to" name="PATH">$INSTALL_DIR/bin</environment_variable>
-                    <environment_variable action="set_to" name="CYTHON_PATH">$INSTALL_DIR</environment_variable>
+                    <environment_variable action="set_to" name="PATH_CYTHON">$INSTALL_DIR</environment_variable>
+                    <environment_variable action="set_to" name="PYTHONPATH_CYTHON">$INSTALL_DIR</environment_variable>
                 </action>
             </actions>
         </install>