PHPFixing
  • Privacy Policy
  • TOS
  • Ask Question
  • Contact Us
  • Home
  • PHP
  • Programming
  • SQL Injection
  • Web3.0

Monday, January 10, 2022

[FIXED] I am trying to insatall PHP Composer in Mac OS 10.13.6 and facing a problem

 January 10, 2022     composer-php, php     No comments   

Issue

i am trying to install PHP Composer in my Mac os 10.13.6 with terminal . But when i run that command => mv composer.phar /usr/local/bin/composer it does not compile and gives me this message => mv: rename composer.phar to /usr/local/bin/composer: Permission denied. Can somebody help me where am i wrong to install PHP composer ?

You can see the screenshot

1

Thanks


Solution

Permissions. You should run mv as root if you want to move composer to /usr/local/bin.



Answered By - Marcin Orlowski
  • Share This:  
  •  Facebook
  •  Twitter
  •  Stumble
  •  Digg
Newer Post Older Post Home

0 Comments:

Post a Comment

Note: Only a member of this blog may post a comment.

Total Pageviews

Featured Post

Why Learn PHP Programming

Why Learn PHP Programming A widely-used open source scripting language PHP is one of the most popular programming languages in the world. It...

Subscribe To

Posts
Atom
Posts
Comments
Atom
Comments

Copyright © PHPFixing