install play-framework in Ubuntu 9.10

前端 未结 6 1004
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 20:10

    Got the answer! Move the unzipped play folder into opt directory by typing

    sudo mv play-1.0.1 /opt/play
    

    and then give another command

    source /etc/profile
    

    And now one can run play command from anywhere in the shell..

提交回复
热议问题