From 9c36ab5f30a75e93602585f7a9f9147c373d909b Mon Sep 17 00:00:00 2001 From: Mart Lubbers Date: Wed, 26 Apr 2017 14:35:25 +0200 Subject: [PATCH] remove tensorflow for virtualenv --- makevenv.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/makevenv.sh b/makevenv.sh index d8cf5a8..d75000f 100755 --- a/makevenv.sh +++ b/makevenv.sh @@ -1,7 +1,7 @@ #!/bin/bash deactivate || true -virtualenv -p python3 . +virtualenv -p python3 --system-site-packages . . bin/activate -pip install --upgrade keras tensorflow h5py python_speech_features pympi-ling scipy +pip install --upgrade keras h5py python_speech_features pympi-ling scipy pip install --upgrade https://storage.googleapis.com/tensorflow/linux/cpu/protobuf-3.1.0-cp35-none-linux_x86_64.whl deactivate -- 2.20.1