Paraview: Difference between revisions

From LWP-Wiki
Jump to navigation Jump to search
No edit summary
No edit summary
 
(One intermediate revision by the same user not shown)
Line 1: Line 1:
[[Category:software-faq]]
== Using the latest version of Paraview ==
== Using the latest version of Paraview ==


Line 8: Line 10:
  mkdir opt
  mkdir opt
  cd opt
  cd opt
  tar xzf ~/Downloads/ParaView-5.10.1-MPI-Linux-Python3.9-x86_64.tar.gz
  tar xzf ~/Downloads/ParaView-5.11.0-MPI-Linux-Python3.9-x86_64.tar.gz
  echo "export PATH=~/opt/ParaView-5.10.1-MPI-Linux-Python3.9-x86_64/bin:$PATH" >> ~/.bashrc
  echo "export PATH=~/opt/ParaView-5.11.0-MPI-Linux-Python3.9-x86_64/bin:$PATH" >> ~/.bashrc
  source ~/.bashrc
  source ~/.bashrc

Latest revision as of 11:00, 28 February 2023


Using the latest version of Paraview

Depending on your graphics card you'll need an OpenGL variant for Paraview to work:

sudo apt install libopengl0

Download the latest version of the full suite of ParaView tools.

cd ~
mkdir opt
cd opt
tar xzf ~/Downloads/ParaView-5.11.0-MPI-Linux-Python3.9-x86_64.tar.gz
echo "export PATH=~/opt/ParaView-5.11.0-MPI-Linux-Python3.9-x86_64/bin:$PATH" >> ~/.bashrc
source ~/.bashrc