Unhide venv

This commit is contained in:
Bertrand Benjamin 2018-09-07 08:16:20 +02:00
parent 65decce3b0
commit 4cd0533f60
2 changed files with 2 additions and 2 deletions

2
.gitignore vendored
View File

@ -17,4 +17,4 @@ test/
**/.~lock*
**/__pycache__/
.ipynb_checkpoints/
.venv/
venv/

View File

@ -5,7 +5,7 @@ export ROOT=`pwd`
export TEXINPUTS=".:${ROOT}/tools/style//::"
# activate virtual env
. ./.venv/bin/activate
. ./venv/bin/activate
goroot(){
cd $ROOT