From 4cd0533f60fabd44acd4fd8158cb4c87c8650177 Mon Sep 17 00:00:00 2001 From: Bertrand Benjamin Date: Fri, 7 Sep 2018 08:16:20 +0200 Subject: [PATCH] Unhide venv --- .gitignore | 2 +- config.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index de6cae8..3560afe 100644 --- a/.gitignore +++ b/.gitignore @@ -17,4 +17,4 @@ test/ **/.~lock* **/__pycache__/ .ipynb_checkpoints/ -.venv/ +venv/ diff --git a/config.sh b/config.sh index bf24f55..0977516 100644 --- a/config.sh +++ b/config.sh @@ -5,7 +5,7 @@ export ROOT=`pwd` export TEXINPUTS=".:${ROOT}/tools/style//::" # activate virtual env -. ./.venv/bin/activate +. ./venv/bin/activate goroot(){ cd $ROOT