+ -
当前位置:首页 → 问答吧 → 请教!关于安装PGI5.0linux

请教!关于安装PGI5.0linux

时间:2005-09-07

来源:互联网

Step 5 - With either the temporary or permanent license file in place,
execute the following commands to make the products you have purchased
accessible. Note that the path settings below assume that a Linux
product has been installed. Assuming csh and installation in the default
/usr/pgi directory:

% set path = ( /usr/pgi/linux86/5.0/bin $path )
% setenv MANPATH "$MANPATH":/usr/pgi/linux86/man

Or, assuming bash, sh or ksh:

% PATH=/usr/pgi/linux86/5.0/bin:$PATH
% export PATH
% MANPATH=$MANPATH:/usr/pgi/linux86/man
% export MANPATH

If you are also installing the linux86-64 versions of the compilers,
and wish to target the linux86-64 environment as the default, perform
the same setup with an alternate path setting:

% set path = ( /usr/pgi/linux86-64/5.0/bin $path )
% setenv MANPATH "$MANPATH":/usr/pgi/linux86-64/man

Or, assuming bash, sh or ksh:

% PATH=/usr/pgi/linux86-64/5.0/bin:$PATH
% export PATH
% MANPATH=$MANPATH:/usr/pgi/linux86-64/man
% export MANPATH

You should add the above commands to your startup files to ensure you
have access to the PGI Workstation products upon future logins.

上面最后一句话是什么意思,要怎么做。我是菜鸟

作者: superdaisy   发布时间: 2005-09-07

就是说如果你不想每次用pgi的时候都重新设置的话,就把内容放在你的startup文件里面

对于个人用户而言,在自己目录下面的 .bash_profile
如果想对系统所有用户有效,改/etc/profile

同时赞一个,因为安装软件的时候阅读安装说明了,值得很多人学习阿.

作者: windsea   发布时间: 2005-09-07

Thank you, Now I can fix it.

作者: superdaisy   发布时间: 2005-09-07