tmux:script
차이
문서의 선택한 두 판 사이의 차이를 보여줍니다.
양쪽 이전 판이전 판 | |||
tmux:script [2025/04/15 02:31] – rex8312 | tmux:script [2025/04/15 10:24] (현재) – rex8312 | ||
---|---|---|---|
줄 58: | 줄 58: | ||
# global 환경변수 설정 | # global 환경변수 설정 | ||
- | tmux setenv -g UVRUN "uv run --python=3.10 \ | + | export |
- | --with=ipython \ | + | --with=ipython \ |
- | --with=zmq \ | + | --with=zmq \ |
- | --with=gym==0.25.1 \ | + | --with=gym==0.25.1 \ |
- | --with=git+https:// | + | --with=git+https:// |
- | --with=matplotlib \ | + | --with=matplotlib \ |
- | --with=visdom==0.1.8.9 \ | + | --with=visdom==0.1.8.9 \ |
- | --with=natsort \ | + | --with=natsort \ |
- | --with=psutil \ | + | --with=psutil \ |
- | --with=netifaces \ | + | --with=netifaces \ |
- | --with=tensorboard \ | + | --with=tensorboard \ |
- | --with=torchinfo \ | + | --with=torchinfo \ |
- | --with=faster_fifo \ | + | --with=faster_fifo \ |
- | --with=protobuf==3.20.3 \ | + | --with=protobuf==3.20.3 \ |
- | --with=uvloop \ | + | --with=uvloop \ |
- | --with=mlflow \ | + | --with=mlflow \ |
- | --with=termcolor \ | + | --with=termcolor \ |
- | --with=torch-ema \ | + | --with=torch-ema \ |
- | --with=einops \ | + | --with=einops \ |
- | --with=blosc2 \ | + | --with=blosc2 \ |
- | --with=seaborn \ | + | --with=seaborn \ |
- | --with=scikit-image" | + | --with=scikit-image" |
tmux select-pane -t 0 # 1번 pane 선택 | tmux select-pane -t 0 # 1번 pane 선택 | ||
- | tmux send-keys | + | tmux send-keys |
tmux select-pane -t 1 # 0번 pane 선택 | tmux select-pane -t 1 # 0번 pane 선택 | ||
- | tmux send-keys | + | tmux send-keys |
tmux select-pane -t 2 # 1번 pane 선택 | tmux select-pane -t 2 # 1번 pane 선택 | ||
- | tmux send-keys | + | tmux send-keys |
# 마지막에 focus 맞추고 있을 pane 선택 | # 마지막에 focus 맞추고 있을 pane 선택 |
tmux/script.txt · 마지막으로 수정됨: 2025/04/15 10:24 저자 rex8312