Paraview: Difference between revisions

From LWP-Wiki
Jump to navigation Jump to search
(Created page with "Using the latest version of Paraview Download the latest "full suite" of [https://www.paraview.org/download/ Paraview] curl https://www.paraview.org/paraview-downloads/downl...")
 
No edit summary
Line 1: Line 1:
Using the latest version of Paraview
== Using the latest version of Paraview ==


Download the latest "full suite" of [https://www.paraview.org/download/ Paraview]
Depending on your graphics card you'll need an OpenGL variant for Paraview to work:
  curl https://www.paraview.org/paraview-downloads/download.php\?submit=Download\&version=v5.10\&type=binary\&os=Linux\&downloadFile=ParaView-5.10.1-MPI-Linux-Python3.9-x86_64.tar.gz -o ParaView-5.10.1-MPI-Linux-Python3.9-x86_64.tar.gz
  sudo apt install libopengl0


 
Download the latest version of the [https://www.paraview.org/download/ full suite of ParaView tools]. 
cd /opt
cd ~
sudo tar xvfz ~/Downloads/ParaView-5.7.0-MPI-Linux-Python3.7-64bit.tar.gz
mkdir opt
 
cd opt
and then add
tar xzf ~/Downloads/ParaView-5.10.1-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
# Paraview
  source ~/.bashrc
export PATH=/opt/ParaView-5.7.0-MPI-Linux-Python3.7-64bit/bin:$PATH
 
to the end of ~/.bashrc
 
Depending on your graphics card you'll need an OpenGL variant for paraview to work:
 
   
sudo apt install libopengl0

Revision as of 11:51, 31 March 2022

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.10.1-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
source ~/.bashrc