Mercurial > repos > bgruening > test_repository_setup_python_environment_with_python3
comparison tool_dependencies.xml @ 1:15697b5e3074 draft default tip
Uploaded
author | bgruening |
---|---|
date | Sun, 29 Jun 2014 13:52:53 -0400 |
parents | d852d0b557c1 |
children |
comparison
equal
deleted
inserted
replaced
0:d852d0b557c1 | 1:15697b5e3074 |
---|---|
13 <!-- allow downloading and installing an Python package from https://pypi.org/ --> | 13 <!-- allow downloading and installing an Python package from https://pypi.org/ --> |
14 <package>https://pypi.python.org/packages/source/n/numpy/numpy-1.8.1.tar.gz</package> | 14 <package>https://pypi.python.org/packages/source/n/numpy/numpy-1.8.1.tar.gz</package> |
15 </action> | 15 </action> |
16 | 16 |
17 <action type="set_environment"> | 17 <action type="set_environment"> |
18 <environment_variable action="set_to" name="TEST_ENV_VAR">$INSTALL_DIR</environment_variable> | 18 <environment_variable action="prepend_to" name="PYTHONPATH">$INSTALL_DIR</environment_variable> |
19 </action> | 19 </action> |
20 | 20 |
21 </actions> | 21 </actions> |
22 </install> | 22 </install> |
23 <readme> | 23 <readme> |