install play-framework in Ubuntu 9.10

前端 未结 6 1009
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条回答
  •  既然无缘
    2021-02-05 19:53

    Suppose that the path of the play directory is /home/yourName/play

    open the terminal and type the following

    PATH=$PATH:/home/yourName/play
    export PATH
    

    then you will be able to access play command from anywhere

提交回复
热议问题