I have remote account of a super computer. I have to install a software CMUSphinx
, Which requires swig 2.0+
version as dependency. But Server have version 1.3.40
installed.
Now I can not update it because I am not root user, so I installed swig 3.0.12
in my local account under the path $HOME/local/swig It was installed properly.
But after installation I checked the version and it still says 1.3.40.
So I suppose there must be some path or anything which I need to update but I dont know what exactly I need to change. As I am new to Unix.
PATH
variable. Better read that or your next problem will be with shared library versions, because you didn't set the LD_LIBRARY_PATH – Philippos Apr 21 '17 at 10:55