La riproduzione Mac non è stata aggiunta al percorso

1

Ho installato il framework di gioco usando typesafe-activator . Tuttavia, questo non appare in PATH. Pertanto, non posso usare Play dalla riga di comando:

Octavians-MBP:exericsePS octavian$ play new app
-bash: play: command not found

Se cerco di installare play usando brew, ottengo:

Octavians-MBP:exericsePS brew install play
Error: No available formula for play
Play 2.3 replaces the play command with activator:
  brew install typesafe-activator

You can read more about this change at:
  https://www.playframework.com/documentation/2.3.x/Migration23
  https://www.playframework.com/documentation/2.3.x/Highlights23

Tuttavia, non riesco a installarlo con typesa-activator:

Octavians-MBP:exericsePS octavian$ brew install typesafe-activator
Warning: typesafe-activator-1.3.5 already installed
Warning: You are using OS X 10.11.
We do not provide support for this pre-release version.
You may encounter build failures or other breakage.
Octavians-MBP:exericsePS octavian$ play help
-bash: play: command not found

Quindi, come posso installare Play in modo tale che sia visibile dalla riga di comando?

    
posta octavian 21.11.2015 - 16:10
fonte

1 risposta

1

Aggiungi il percorso all'installazione di riproduzione al tuo file .bash_profile nella directory root dell'utente.

Ad esempio, ho

export PATH="/usr/local/mysql/bin:/Users/currentuser/PlayProjects/activator:$PATH"

Questa discussione potrebbe aiutarti anche:

link

    
risposta data 21.11.2015 - 21:15
fonte

Leggi altre domande sui tag