首页 诗词 字典 板报 句子 名言 友答 励志 学校 网站地图
当前位置: 首页 > 教程频道 > 开发语言 > 编程 >

多个pig时,设立本用户的pig运行版本

2013-11-05 
多个pig时,设置本用户的pig运行版本cat ~/.bash_profile# .bash_profile?# Get the aliases and functions

多个pig时,设置本用户的pig运行版本

cat ~/.bash_profile

# .bash_profile

?

# Get the aliases and functions

if [ -f ~/.bashrc ]; then

. ~/.bashrc

fi

?

# User specific environment and startup programs

?

PATH=/usr/bin/pig-0.9.2/bin:$PATH:$HOME/bin

?

export PATH

?

?

?

把首先要用的写在前面

?

热点排行