Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
TASTE
taste-setup
Commits
9032683b
Commit
9032683b
authored
Feb 21, 2017
by
Thanassis Tsiodras
Browse files
Skip Python dependency install if already installed.
parent
36d7fa63
Changes
1
Hide whitespace changes
Inline
Side-by-side
install/04_pythonlibs.sh
View file @
9032683b
...
...
@@ -2,5 +2,7 @@
DIR
=
"
$(
cd
"
$(
dirname
"
${
BASH_SOURCE
[0]
}
"
)
"
&&
pwd
)
"
.
${
DIR
}
/common.sh
pip
install
--user
--upgrade
singledispatch
||
exit
1
pip
install
--user
--upgrade
stringtemplate3
||
exit
1
pip freeze |
grep
singledispatch
>
/dev/null
\
||
pip
install
--user
--upgrade
singledispatch
||
exit
1
pip freeze |
grep
stringtemplate3
>
/dev/null
\
||
pip
install
--user
--upgrade
stringtemplate3
||
exit
1
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment