~fenics-core/ufl/spatder2grad

« back to all changes in this revision

Viewing changes to test/sourceme.sh

  • Committer: Martin Alnæs
  • Date: 2011-04-11 07:49:28 UTC
  • Revision ID: martinal@simula.no-20110411074928-wm1kz011lmlvxzj9
Move export statements to separate easily source-able file.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
# Set python path to find the local uninstalled ufl version
 
2
export PYTHONPATH="..:$PYTHONPATH"
 
3
export PATH="../scripts:$PATH"