사용자 도구

사이트 도구


tmux:script

차이

문서의 선택한 두 판 사이의 차이를 보여줍니다.

차이 보기로 링크

양쪽 이전 판이전 판
tmux:script [2025/04/15 02:31] rex8312tmux:script [2025/04/15 10:24] (현재) rex8312
줄 58: 줄 58:
  
 # global 환경변수 설정 # global 환경변수 설정
-tmux setenv -g UVRUN "uv run --python=3.10 \ +export UVRUN="uv run --python=3.10 \ 
-                          --with=ipython \ +--with=ipython \ 
-                          --with=zmq \ +--with=zmq \ 
-                          --with=gym==0.25.1 \ +--with=gym==0.25.1 \ 
-                          --with=git+https://github.com/djcunningham0/multielo.git \ +--with=git+https://github.com/djcunningham0/multielo.git \ 
-                          --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 '$UVRUN ipythonC-m+tmux send-keys "$UVRUN ipythonC-m  # " "을 써야 UVRUN이 환경변수 값으로 대체됨
  
 tmux select-pane -t 1  # 0번 pane 선택 tmux select-pane -t 1  # 0번 pane 선택
-tmux send-keys '$UVRUN ipythonC-m+tmux send-keys "$UVRUN ipythonC-m
  
 tmux select-pane -t 2  # 1번 pane 선택 tmux select-pane -t 2  # 1번 pane 선택
-tmux send-keys '$UVRUN ipythonC-m+tmux send-keys "$UVRUN ipythonC-m
  
 # 마지막에 focus 맞추고 있을 pane 선택 # 마지막에 focus 맞추고 있을 pane 선택
tmux/script.txt · 마지막으로 수정됨: 2025/04/15 10:24 저자 rex8312