... | ... | @@ -48,16 +48,15 @@ brew install wget freetype jpeg mcrypt pcre php55-xdebug readline subversion zli |
|
|
|
|
|
###### 5. Update bash environment paths.
|
|
|
|
|
|
1. Open (create if not there) the `.profile` file in your home directory.
|
|
|
2. Add these entries to the file. Replace existing entries, if any.
|
|
|
3. Replace `myusername ` with your exact user name as seen on the command line in `Terminal`.
|
|
|
1) Open (create if not there) the `.profile` file in your home directory.
|
|
|
2) Add these entries to the file. Replace existing entries, if any.
|
|
|
|
|
|
```bash
|
|
|
export PATH=$(brew --prefix josegonzalez/php/php55)/bin:/usr/local/bin:/Users/myusername/phalcon-tools:$PATH
|
|
|
export PTOOLSPATH=/Users/myusername/phalcon-tools
|
|
|
```
|
|
|
|
|
|
4. Save and close the file.
|
|
|
3) Replace `myusername ` with your exact user name as seen on the command line in `Terminal`.
|
|
|
4) Save and close the file.
|
|
|
|
|
|
|
|
|
|
... | ... | |