基本环境

终端:

系统终端
Xtermial

iTerm

➜  ~ echo $SHELL
/bin/zsh
➜  ~ echo $0
-zsh
➜  ~ cat /etc/shells
# List of acceptable shells for chpass(1).
# Ftpd will not allow users to connect who are not using
# one of these shells.

/bin/bash
/bin/csh
/bin/dash
/bin/ksh
/bin/sh
/bin/tcsh
/bin/zsh

➜  ~ bash --version
GNU bash, version 3.2.57(1)-release (arm64-apple-darwin24)
Copyright (C) 2007 Free Software Foundation, Inc.
➜  ~ 


shell -- zsh


包管理 - homebrew

➜  ~ which brew
/opt/homebrew/bin/brew

➜  ~ brew --version
Homebrew 4.6.3

➜  ~ brew list
==> Formulae
ca-certificates	mpdecimal	python@3.13	sqlite
ipython		openssl@3	readline	xz

==> Casks
font-meslo-lg-nerd-font	iterm2

python

IED - Pycharm

包和项目管理 —— UV

➜  ~ uv --version
uv 0.8.11 (f892276ac 2025-08-14)
➜  ~ which uv
/Users/laoer/.local/bin/uv

评论