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* **/.~lock*
**/__pycache__/ **/__pycache__/
.ipynb_checkpoints/ .ipynb_checkpoints/
.venv/ venv/

View File

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