ParaView/Python/Getting Started: Difference between revisions

From KitwarePublic
Jump to navigationJump to search
(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...)
 
No edit summary
Line 1: Line 1:
To use pvpython, I added the following line to my ~/.bashrc
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
export PYTHONPATH=$PYTHONPATH:/home/doriad/bin/ParaView3/Utilities/VTKPythonWrapping:/home/doriad/bin/ParaView3/bin
[/code]

Revision as of 13:39, 17 June 2009

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

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