|
[Sponsors] |
OpenFOAM's bashrc removing elements from $PATH |
|
LinkBack | Thread Tools | Search this Thread | Display Modes |
February 22, 2016, 22:21 |
OpenFOAM's bashrc removing elements from $PATH
|
#1 |
Member
Join Date: Aug 2015
Posts: 37
Rep Power: 11 |
I've got OF2.3.0 installed in /opt/. I have observed that sourcing "/opt/openfoam230/etc/bashrc" within my .bashrc removes all entries beginning in "/opt/" from my PATH variable. On my system, both LaTeX and Matlab are installed in /opt/, so this makes these commands unavailable to me. I'm not sure whether this functionality is intentional, but - from my perspective - it should not be.
Digging through the source code, I've found that the script responsible is "openfoam230/bin/foamCleanPath", and that "openfoam230/etc/bashrc" calls this script with the argument $foamOldDirs, which is some sort of list of directories to filter. Looking at the corresponding files in OF3.0.x, it appears that the relevant scripts are still the same as in 2.3.0. I'm not sure what functionality is intended, so I won't go as far as proposing a specific change. As a workaround, I have added the line "export PATH=$PATH:/opt/texbin:/opt/matlab/bin" to my .bashrc immediately after sourcing /opt/openfoam230/etc/bashrc to re-add the missing elements to PATH |
|
March 20, 2016, 15:08 |
|
#2 |
Retired Super Moderator
Bruno Santos
Join Date: Mar 2009
Location: Lisbon, Portugal
Posts: 10,981
Blog Entries: 45
Rep Power: 128 |
Quick note: I've reported this a few minutes ago here: http://www.openfoam.org/mantisbt/view.php?id=2031
|
|
Tags |
bashrc |
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
Ansys SIG$ILL error | loth | ANSYS | 3 | December 24, 2015 06:31 |
[Gmsh] Vertex numbering is dense | KateEisenhower | OpenFOAM Meshing & Mesh Conversion | 7 | August 3, 2015 11:49 |
Installing OpenFOAM 1.6 on ubuntu 9.10 | nabeels | OpenFOAM Installation | 32 | May 10, 2010 04:09 |
Penetrating elements in extruded mesh | Michael P | CFX | 2 | May 20, 2005 09:06 |
CFX4.3 -build analysis form | Chie Min | CFX | 5 | July 13, 2001 00:19 |