Command

Read the output of an external command into a variable:

PYTHONPATH=$(python ../build.py file_name.txt)

Note

Do NOT put the command into quotes.