-bash: /usr/local/bin/pod: /System/Library/Frameworks/Ruby.framework/Versions/2.0/usr/bin/ruby: b...
終端報錯:
-bash: /usr/local/bin/pod: /System/Library/Frameworks/Ruby.framework/Versions/2.0/usr/bin/ruby: bad interpreter: No such file or directory
在終端中輸入:
sudo gem install -n /usr/local/bin cocoapods
即可解決
相關文章
- /bin、/sbin、/usr/bin、/usr/sbin、/usr/local/sbin放置可執行檔案的區別
- /usr/bin/python與/usr/bin/env python的區別Python
- python中#!/usr/bin/python與#!/usr/bin/env python的區別Python
- Php cli模式下執行報錯/usr/bin/php: /usr/local/lib/libxml2.so.2: no version information available (required by /usr/bin/php)PHP模式XMLORMAIUI
- mac下/usr/local/bin No such file or directory問題解決Mac
- frepplectl解決報錯:bash: /usr/bin/frepplectl: Permission denied
- /usr/bin/ld: cannot find -lopenblas
- code EACCESnpm ERR! syscall renamenpm ERR! path /usr/local/bin/webpack errno -13NPMWeb
- /usr/bin/expect的簡單使用
- 【jenkins】/usr/bin/env: php: No such file or directoryJenkinsPHP
- Sub-process /usr/bin/dpkg returned an error codeError
- linux輸入yum後提示: -bash: /usr/bin/yum: No such file or directory的解決方案Linux
- You don't have write permissions for the /usr/bin directory.
- Authentication is required to run /usr/bin/x-terminal-emulator as rootUI
- 啟動 Laravel-Sail 服務時遇到的 /usr/bin/env: 'bash\r' 錯誤LaravelAI
- 一分鐘看懂頭部 shell #!/usr/bin 命令
- 關於/usr/bin/ld: cannot find -lXX的問題
- WSL:Sub-process /usr/bin/dpkg returned an error code (1)Error
- library cache lock和library cache bin實驗_2.0
- brew update /usr/local is not writable
- (轉載)關於usr/bin/ld: cannot find -lxxx問題總結
- 記一次危險的操作——誤刪/usr/bin目錄
- python升級帶來的yum異常:File "/usr/bin/yum", line 30Python
- iOS開發除錯之報錯:Command /usr/bin/codesign failed with exit code 1iOS除錯AI
- 解決Make時,“/usr/bin/ld: 找不到 -lXXX”問題的三種方法
- Anaiable執行出現[WARNING]: Platform linux on hostis using the discovered Python interpreter at /usr/bin/pythonAIPlatformLinuxPython
- shell指令碼頭,#!/bin/sh與#!/bin/bash的區別.指令碼
- 指令碼前面的/bin/bash指令碼
- [ERROR] mysqld: Can‘t open shared library ‘/usr/local/mysql/lib/plugin/validate_password.so‘ (errno:ErrorMySqlPlugin
- 安裝opencv報錯/usr/bin/ld: warning: libpcre.so.1, needed by /home//anaconda3/lib/libglib-2.0.so.0OpenCV
- chown: /usr/local: Operation not permitted問題解決MIT
- Warning:The /usr/local/mysql/data directory is not owned by the 'mysql' or '_mysql'MySql
- -bash: ./switch.sh: /bin/bash^M: bad interpreter: No such file or directory
- 【nginx】invalid PID number ““ in “/usr/local/nginx/logs/nginx.pid“Nginx
- 解決“/bin/bash^M: bad interpreter: No such file or directory”
- 在Linux系統中,預設的標頭檔案搜尋路徑是/usr/include和/usr/local/includLinux
- Linux下安裝jdk1.8檢視版本的時候報出:-bash: /usr/local/jdk1.8.0_144/bin/java: /lib/ld-linux.so.2: bad ELF interpreter: 沒有那個檔案或目錄LinuxJDKJava
- iOS逆向第一步:class-dump無法拷貝入/usr/bin內問題解決方案iOS