Mac 更改shell(bash 改為zsh)以及附帶環境
Mac 更改shell(bash 改為zsh)以及附帶環境
更改shell
Mac系統為我們友好的提供了圖形化的介面修改shell的功能,我們只需要按照一下步驟進行修改:
- 在啟動臺中找到系統偏好設定 ;
- 在系統偏好設定中找到 使用者與群組 ;
- 單擊進入使用者與群組,解鎖 許可權 ;
- 在當前使用的使用者上 按住control + 滑鼠左鍵 彈出高階選項;
- 進入高階選項中修改登陸shell為/bin/zsh ;
圖片操作流程
workon 指令的新增
更換成zsh直譯器之後workon 會失效,進入.zshrc此時需要在.zshrc 裡面新增程式碼
使用which virtualenvwrapper.sh 找到 virtualenvwrapper.sh 再 pwd
得到完整的路徑,替換圖中圈中的第二行source 之後的程式碼
如果which virtualenvwrapper.sh 找不到 virtualenvwrapper.sh 就直接在python直譯器的bin下看是否有virtualenvwrapper.sh
新增好兩行程式碼 儲存退出後 在當前終端上輸入 source ~/.zshrc 完成配置
相關文章
- Linux中bash shell環境變數Linux變數
- fish:Linux中比bash或zsh更好用的ShellLinux
- linux zsh 切換 bashLinux
- shell神器zsh和oh-my-zsh
- Tmux與Oh-my-zsh環境整合UX
- Linux的shell環境Linux
- conda環境中更改cuda版本
- 升級Shell工作環境
- Shell配置環境變數變數
- Linux 配置 zsh 以及 oh-my-zshLinux
- Mac 開發環境 MAMP 自帶 Redis 問題Mac開發環境Redis
- 在 Fedora 上優化 bash 或 zsh優化
- zsh fg: no job control in this shell.
- Mac-每次都要執行source ~/.bash_profile環境變數才生效Mac變數
- [20180930]bash shell &.txt
- shell Bash變數變數
- 如何優雅的解決mac安裝zsh不執行.bash_profileMac
- Mac 下 vue 開發環境的搭建以及專案建立MacVue開發環境
- [20200217]bash顯示path環境變數.txt變數
- mac搭建環境Mac
- MACOS 的 shell 命令-zsh 不相容的坑-zsh:no matches foundMac
- 重灌anaconda以及帶paddlehub的虛擬環境的簡要步驟
- 兩分鐘帶你快速搭建Flutter開發環境(Mac)Flutter開發環境Mac
- Windows環境下批次更改檔名字尾為mp4格式Windows
- MapReduce環境搭建以及WordCount案例
- shell全域性(系統)環境變數變數
- 簡述SHELL全域性環境變數與局變環境變數變數
- Mac Flutter環境搭建MacFlutter
- Mac PHP 環境配置MacPHP
- Flutter 環境搭建 For MacFlutterMac
- Mac 新環境搭建Mac
- golang環境搭建macGolangMac
- Mac怎麼更改finder圖示?Mac改finder字型大小方法Mac
- Shell(Bash)學習· 總章
- [20210908]Reverse Shell with Bash.txt
- [mac Catalina 系統配置 adb] 配置 adb 環境後,執行 adb 報錯:zsh: bad CPU type in executable: adbMac
- 企業環境下如何把ubuntu的dhcp改為靜態IPUbuntu
- Spring Boot 2.4 對多環境配置的支援更改Spring Boot