Activator 无法使用 java.lang.RuntimeException 创建新项目

Activator fails creating new project with java.lang.RuntimeException

当 运行来自路径

的 ning 命令时创建新项目时激活器失败
nschejtman@nschejtman-Lenovo-V570:~/projects$ activator new
Fetching the latest list of templates...

Browse the list of templates: http://typesafe.com/activator/templates
Choose from these featured templates or enter a template name:
  1) minimal-akka-java-seed
  2) minimal-akka-scala-seed
  3) minimal-java
  4) minimal-scala
  5) play-java
  6) play-scala
(hit tab to see a list of all templates)
> 6
Enter a name for your application (just press enter for 'play-scala')
> 
OK, application "play-scala" is being created using the "play-scala" template.

ProcessError(Failed to create /home/nschejtman/projects/play-scala: Could not 
create directory /home/nschejtman/projects/play-scala,
Some(java.lang.RuntimeException: Could not create directory 
/home/nschejtman/projects/play-scala))

Failed to clone the template. Make sure you have internet access and please 
try again.

如果我 运行 来自激活器主页的命令它工作正常。我已将以下行添加到我的 .bashrc

export PATH=$PATH:/home/nschejtman/devel/activator-1.3.4-minimal/

这可能是人们忘记的一件愚蠢的事情:也许 Play/Activator 没有对文件系统中的路径 /home/nschejtman/projects/play-scala 的写入权限?