0
点赞
收藏
分享

微信扫一扫

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

穆熙沐 2023-05-16 阅读 48

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

 

 

 

把首先要用的写在前面

 

举报

相关推荐

0 条评论