You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Exception: You should not see this, if you see this, it means you didn't load the ~/.phpbrew/bashrc script, please check if bashrc is sourced in your shell.
Trace:
0) PhpBrew\Command\VirtualCommand->execute('7.2.4')
1) call_user_func_array([PhpBrew\Command\UseCommand, 'execute'], ['7.2.4'])
2) CLIFramework\CommandBase->executeWrapper(['7.2.4'])
3) CLIFramework\Application->run(['/usr/local/phpbrew/phpbrew', 'use', '7.2.4'])
4) PhpBrew\Console->runWithTry(['/usr/local/phpbrew/phpbrew', 'use', '7.2.4'])
5) require('phar:///usr/local/phpbrew/phpbrew/scripts/phpbrew-emb.php')
I have already source the bashrc file before use.
In my another PC(OSX 10.12) it has been work.
Expected Result
Command
linyulindeMacBook-Pro:~ linyulin$ source ~/.phpbrew/bashrc
linyulindeMacBook-Pro:~ linyulin$ phpbrew use 7.2.4
Platform
OS:
OSX 10.13.3
Running PHP: php 5.6.30
Installing PHP: php 7.2.4
The text was updated successfully, but these errors were encountered:
linyulindeMacBook-Pro:~ linyulin$ source ~/.phpbrew/bashrc && phpbrew list
* (system)
php-7.2.4
linyulindeMacBook-Pro:~ linyulin$ phpbrew use 7.2.4
Exception: You should not see this, if you see this, it means you didn't load the ~/.phpbrew/bashrc script, please check if bashrc is sourced in your shell.
Trace:
0) PhpBrew\Command\VirtualCommand->execute('7.2.4')
1) call_user_func_array([PhpBrew\Command\UseCommand, 'execute'], ['7.2.4'])
2) CLIFramework\CommandBase->executeWrapper(['7.2.4'])
3) CLIFramework\Application->run(['/usr/local/phpbrew/phpbrew', 'use', '7.2.4'])
4) PhpBrew\Console->runWithTry(['/usr/local/phpbrew/phpbrew', 'use', '7.2.4'])
5) require('phar:///usr/local/phpbrew/phpbrew/scripts/phpbrew-emb.php')
Output
phpbrew use 7.2.4
phpbrew switch 7.2.4
I have already source the
bashrc
file before use.In my another PC(OSX 10.12) it has been work.
Expected Result
Command
Platform
OS:
OSX 10.13.3
Running PHP: php 5.6.30
Installing PHP: php 7.2.4
The text was updated successfully, but these errors were encountered: