离线跑程序 “tmux new -s 环境名”
conda activate 环境名
恢复离线跑的程序“tmux at -t 环境名”
杀死会话 “tmux kill-session -t环境名”
eg:
1.tmux new -s xm
2.conda activate xmpytorch
3. tmux at -t xmpytorch
4.tmux kill-session -txmpytorch
离线跑程序 “tmux new -s 环境名”
conda activate 环境名
恢复离线跑的程序“tmux at -t 环境名”
杀死会话 “tmux kill-session -t环境名”
eg:
1.tmux new -s xm
2.conda activate xmpytorch
3. tmux at -t xmpytorch
4.tmux kill-session -txmpytorch