Skip to content
Snippets Groups Projects
Commit 426ccb21 authored by Amir Mohammadi's avatar Amir Mohammadi
Browse files

There was already an if for linux

parent 7347c46d
No related branches found
No related tags found
1 merge request!44Update to anaconda 4.3.0, remove virtualenv
......@@ -30,14 +30,10 @@ fi
if [ "$(uname)" == "Linux" ]; then
TENSORFLOW=tensorflow
else
TENSORFLOW=
fi
if [ "$(uname)" == "Linux" ]; then
MYGCCPACKAGE="gcc=4.8.5"
MYLIBGCCPKG="libgcc=4.8.5"
else
TENSORFLOW=
MYGCCPACKAGE=
MYLIBGCCPKG=
fi
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment