ParaView/Python/Getting Started

From KitwarePublic
< ParaView
Revision as of 13:39, 17 June 2009 by Daviddoria (talk | contribs) (New page: To use pvpython, I added the following line to my ~/.bashrc [code] export PYTHONPATH=$PYTHONPATH:/home/doriad/bin/ParaView3/Utilities/VTKPythonWrapping:/home/doriad/bin/ParaView3/bin [/co...)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigationJump to search

To use pvpython, I added the following line to my ~/.bashrc

[code] export PYTHONPATH=$PYTHONPATH:/home/doriad/bin/ParaView3/Utilities/VTKPythonWrapping:/home/doriad/bin/ParaView3/bin [/code]