Je mettais à jour mon .bash_profile, et malheureusement j'ai fait quelques mises à jour et maintenant j'obtiens :
env: bash: No such file or directory
env: bash: No such file or directory
env: bash: No such file or directory
env: bash: No such file or directory
env: bash: No such file or directory
-bash: tar: command not found
-bash: grep: command not found
-bash: cat: command not found
-bash: find: command not found
-bash: dirname: command not found
-bash: /preexec.sh.lib: No such file or directory
-bash: preexec_install: command not found
-bash: sed: command not found
-bash: git: command not found
Mon bash_profile tire en fait d'autres fichiers .sh (les sources), je ne suis donc pas sûr de la modification qui a pu causer ce problème.
Maintenant, si j'essaye d'accéder à une liste de fichiers, j'obtiens :
>ls
-bash: ls: command not found
-bash: sed: command not found
-bash: git: command not found
Avez-vous des conseils pour retrouver la source de l'erreur, et pour pouvoir utiliser le terminal pour des choses basiques comme lister des fichiers, etc ?