SCOOP ERROR FIXED

Опубликовано: 01 Январь 1970
на канале: Autodidacte Web Dev
625
4

#abdelaziz_sekouti
#self-taught_web_dev
#symfony
#scoop
========================================================================
#errors #erreurs
========================================================================
scoop : Le terme «scoop» n'est pas reconnu comme nom d'applet de commande, fonction, fichier de script ou programme
exécutable. Vérifiez l'orthographe du nom, ou si un chemin d'accès existe, vérifiez que le chemin d'accès est correct
et réessayez.
========================================================================

========================================================================


Hello,
if you can't #install #symfony CLI
or In #command line, nothing happens when you type:

scoop install symfony-cli


or else if #The executable does not work at all, closes immediately when you #click on it
make sure:

open #PowerShell terminal (#version 5.1 or later) and run these commands one by one don't miss any attention!!!! better copy paste commands one by one :

Set-ExecutionPolicy RemoteSigned -Scope CurrentUser

mri get.scoop.sh | iex

scoop install symfony-cli

after this command if you have the error that scoop is not recognized do like me add scoop to the path
close and reopen the cmd then
run again:

scoop install symfony-cli

then check if that everything is installed with this command:

symfony-v

please like share subscribe thanks
========================================================================
#autodidacte_web_dev
#abdelaziz_sekouti
#symfony
#scoop

Bonjour,
si vous n'arrivez pas à #installer #symfony CLI
ou bien En #ligne de commande, rien ne se passe quand vous tapez :

scoop install symfony-cli


ou bien #L'exécutable ne marche pas du tout, se ferme tout de suite quand vous #cliquez dessus
assurez vous :

ouvrez #PowerShell terminal (#version 5.1 ou bien plus ) et executez ces commandes une apres une ne ratez aucune attention !!!! aussi copiez coller c est mieux pour ne pas faire de fautes d"orthographe:

Set-ExecutionPolicy RemoteSigned -Scope CurrentUser

irm get.scoop.sh | iex

scoop install symfony-cli

apres cette commande si vous avez l erreur comme quoi scoop n est pas reconu faites comme moi aoutez scoop au path
fermez et rouvrez le cmd puis
reexecutez :

scoop install symfony-cli

puis verifiez que tout c est bien installer avec cette commande:

symfony -v

subscribe merci