2
2

More than 3 years have passed since last update.

ubuntu18.04LTSでターミナルからParaviewを起動する

Last updated at Posted at 2020-04-27

1.Paraview公式サイトからダウンロード

以下のようなページに飛ぶ
a.png

任意のバージョンとLinuxを選択しダウンロード

2.任意のフォルダに移動させ解凍する

今回は/usr/local/で解凍

tar xvfz ParaView-5.8.0-MPI-Linux-Python3.7-64bit.tar.gz

バージョンは自分のダウンロードしたものに合わせる

3.Pathを通す

bashrcに以下を追記

export PATH=/usr/local/ParaView-5.8.0-MPI-Linux-Python3.7-64bit/bin:$PATH

追記後は忘れずにsourceする

source ~/.bashrc

4.起動してみる

どのディレクトリでもよいので以下を打つ.

paraview

動いた
2020-04-28 02-23-32.png

2
2
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
2
2