install play-framework in Ubuntu 9.10

前端 未结 6 1112
Happy的楠姐
Happy的楠姐 2021-02-05 19:28

I have copied zipped file from the playframework.org website and unzipped it at a location. I have inserted it in my .bashrc profile to set up as PATH environment.

But s

6条回答
  •  萌比男神i
    2021-02-05 20:15

    Not to beat a dead horse but here's another way about it similar to the last post. Just ad an alias to your ~/.bashrc

    alias play="/home/usrName/javaApi/play-1.1/play"
    

    According to the .bashrc you could alternately add it to ~/.bash_aliases which seems to be best practice according to the comments in the file.

提交回复
热议问题