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...)
 
 
(2 intermediate revisions by 2 users not shown)
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]
 
{{ParaView/Template/Footer}}

Latest revision as of 13:01, 5 January 2011

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



ParaView: [Welcome | Site Map]