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
78925b8b
Commit
78925b8b
authored
Feb 21, 2017
by
Thanassis Tsiodras
Browse files
Fix more paths
parent
9e6d4396
Changes
1
Hide whitespace changes
Inline
Side-by-side
install/50_opengeode.sh
View file @
78925b8b
#!/bin/bash
DIR
=
"
$(
cd
"
$(
dirname
"
${
BASH_SOURCE
[0]
}
"
)
"
&&
pwd
)
"
TASTE_PATHS
=
$HOME
/.bashrc.taste
cd
$DIR
/../opengeode
||
exit
1
pip
install
--user
--upgrade
.
||
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