|
[Sponsors] |
September 13, 2006, 23:14 |
ParaView command not found
|
#1 |
New Member
Wei Zhang
Join Date: Mar 2009
Location: Shanghai, China
Posts: 6
Rep Power: 17 |
Hi, everyone
I am newbie here, and I just have installed OpenFOAM on my computer. when I run the cavity tutorial: paraFoam $FOAM_RUN/tutorials/icoFoam cavity I got the error message as below: /usr/local/lib.../bin/paraFoam line 57: praview: command not found Can anyone help me ? Thanks a lot! Joey |
|
September 14, 2006, 05:07 |
You need to install the paravi
|
#2 |
Senior Member
Mattijs Janssens
Join Date: Mar 2009
Posts: 1,419
Rep Power: 26 |
You need to install the paraview pack (downloadable from OpenFOAM as well). See the installation instructions.
(I hope that command not found was 'paraview' and not 'praview') |
|
September 15, 2006, 01:04 |
I think the "command not found
|
#3 |
New Member
Wei Zhang
Join Date: Mar 2009
Location: Shanghai, China
Posts: 6
Rep Power: 17 |
I think the "command not found" comes from the shell and I add a line to $HOME/OpenFOAM/OpenFOAM-1.3/.OpenFOAM-1.3/apps/paraview/bashrc as below:
export PATH=$HOME/OpenFOAM/linux/paraview-2.4.3/lib/paraview-2.4/bin:$PATH. The problem solved. Thanks a lot. |
|
August 28, 2010, 22:37 |
|
#4 |
New Member
Eric
Join Date: Aug 2010
Posts: 14
Rep Power: 16 |
I also had the same problem with openfoam 1.7 when installing on Debian Lenny
paraview would run fine when launched manually, but not from paraFoam. created temporary 'cavity.OpenFOAM' /home/cfduser/OpenFOAM/OpenFOAM-1.7/bin/paraFoam: 132: paraview: not found to fix this, edit the following file /home/cfduser/OpenFOAM/OpenFOAM-1.7.0/etc/bashrc add this line near somewhere near the top export PATH=$PATH:/home/cfduser/OpenFOAM/ParaView-3.8.0-Linux-i686/bin then $cd $. .bashrc Now you will be able to type paraview from anywhere and it will run. Also paraFoam will also be able to launch paraview. |
|
November 6, 2020, 10:39 |
|
#5 |
Senior Member
chandra shekhar pant
Join Date: Oct 2010
Posts: 220
Rep Power: 17 |
I am not sure, if the following lines are the same or not, but this worked for me:
Code:
export PATH=$HOME/OpenFOAM/xyz-v1906/run/ParaView-5.8.0-MPI-Linux-Python2.7-64bit/bin:$PATH Code:
source ~/.bashrc |
|
January 18, 2021, 03:00 |
|
#6 | |
New Member
ranjith
Join Date: Mar 2018
Posts: 11
Rep Power: 8 |
Quote:
I am also facing the same issue. So can I add the same line in the barsch file like you mentioned. Is it different for different paraview versions or same? TIA |
||
January 18, 2021, 03:10 |
|
#7 |
Senior Member
chandra shekhar pant
Join Date: Oct 2010
Posts: 220
Rep Power: 17 |
Hi Ranjith,
Yes according to the version of the Paraview this line should change: HTML Code:
Paraview-5.8.0-MPI-Linux ..... |
|
January 18, 2021, 03:15 |
|
#8 | |
New Member
ranjith
Join Date: Mar 2018
Posts: 11
Rep Power: 8 |
Quote:
Thanks for replying. I have one doubt. This line should be written inside the bashrc file right.t That too where? At the bottom or top? Also where should I type the $ cd and $...bashrc. TIA |
||
January 18, 2021, 03:28 |
|
#9 |
Senior Member
chandra shekhar pant
Join Date: Oct 2010
Posts: 220
Rep Power: 17 |
I guess you are working in the Linux platform ? If yes then just open the terminal either by launching through command
Code:
ctl + alt + t Code:
gedit ~/.bashrc |
|
January 18, 2021, 05:11 |
|
#10 |
New Member
ranjith
Join Date: Mar 2018
Posts: 11
Rep Power: 8 |
Ok thanks. Will try it
|
|
January 18, 2021, 05:19 |
|
#11 | |
New Member
ranjith
Join Date: Mar 2018
Posts: 11
Rep Power: 8 |
Quote:
|
||
January 18, 2021, 05:26 |
|
#12 | |
Senior Member
chandra shekhar pant
Join Date: Oct 2010
Posts: 220
Rep Power: 17 |
Are you able to see the bashrc file now? If yes then copy paste these lines
Code:
export PATH=$Home/... Quote:
Please remember to change the path of the folder name in which you have the Paraview accordingly. |
||
January 18, 2021, 06:38 |
|
#13 | |
New Member
ranjith
Join Date: Mar 2018
Posts: 11
Rep Power: 8 |
Quote:
I tried above method. I gave the name of installed paraview folder instead of your paraview name in the above code. And I saved it and gave the source command. Now a big message is there whenever I open ubuntu lts command window. I think that bin at the end was not necessary. When I give gedit it's showing /bin is not included in the path environment variable |
||
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
[Other] Compiling hacFoam (Ubuntu 10.04)(OF2.0.0)(LAMMPS13Jul2010)) | Henrik_E | OpenFOAM Installation | 3 | September 29, 2016 17:16 |
[OpenFOAM] run paraFoam command results in error: line 267: paraview: command not found. | Asik | ParaView | 1 | December 25, 2013 12:45 |
injection problem | Mark New | FLUENT | 0 | August 4, 2013 02:30 |
missing vtf3.h BPatch.h papi.h | linch | OpenFOAM Installation | 41 | July 24, 2012 15:45 |
critical error during installation of openfoam | Fabio88 | OpenFOAM Installation | 21 | June 2, 2010 04:01 |