From 69c2e5eb1d72b727a9b40cd4a1c01c22d83ec6e9 Mon Sep 17 00:00:00 2001 From: Marcel Robitaille Date: Fri, 22 Mar 2019 18:42:28 -0300 Subject: [PATCH] Activate virtualenv in tmuxinator --- tmuxinator/grum-python.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tmuxinator/grum-python.yml b/tmuxinator/grum-python.yml index d3b81dc..b1d0562 100644 --- a/tmuxinator/grum-python.yml +++ b/tmuxinator/grum-python.yml @@ -3,5 +3,5 @@ name: grum-python root: ~/code/grum/eurobot2019/python windows: - - vim: vim . - - zsh: + - vim: source env/bin/activate; vim . + - zsh: source env/bin/activate