无法在快速启动VM中启动sbt

时间:2016-03-27 20:29:55

标签: scala sbt

当我尝试安装sbt时,我快速启动vm im得到以下错误。

vi  ~/.bash_profile
SBT_HOME=/home/cloudera/Scala/sbt
export PATH=$PATH:$SBT_HOME/bin
设置路径后

以下错误来了

[cloudera@localhost ~]$ . ~/.bash_profile
[cloudera@localhost ~]$ sbt
bash: /home/cloudera/Scala/sbt/bin/sbt: Permission denied
[cloudera@localhost ~]$ 

请帮我解决

谢谢, Anbu k

1 个答案:

答案 0 :(得分:0)

〜/ .bash_profile 应该是这样的 - >>你必须设置sbt和eclipse的bin文件夹的路径

# .bash_profile

# Get the aliases and functions
if [ -f ~/.bashrc ]; then
      . ~/.bashrc

fi 强文

# User specific environment and startup programs

PATH=$PATH:$HOME/bin
PATH=$PATH:/opt/sbt/bin:/opt/scala-2.11.8/bin

export PATH