Laravel Spark install

313 views Asked by At

The problem I'm having is with the install 'Finally add that location to your system's PATH so that the spark executable can be run from anywhere on your system.'

the spark command from terminal still isn't working and seems I'm stuck adding the Path variable correctly.

I've followed these steps and can see the following Paths inside of my .bashrc file :

in your ~/.bashrc add these lines:

export PATH="$PATH:$HOME/.composer/vendor/bin"
export PATH="$PATH:/usr/share/nginx/spark-installer"

Then reloaded:

source ~/.bashrc

Despite doing this, it's still not working.

I'm on a mac os x. Any help would be greatly appreciated !!!

0

There are 0 answers