Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
taste-setup
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
2
Issues
2
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
TASTE
taste-setup
Commits
7ab45db2
Commit
7ab45db2
authored
Apr 26, 2017
by
Thanassis Tsiodras
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
In many distros, pip now points to pip3. Be specific (pip2)
parent
b08fc1df
Changes
5
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
10 additions
and
10 deletions
+10
-10
install/04_pythonlibs.sh
install/04_pythonlibs.sh
+6
-6
install/50_opengeode.sh
install/50_opengeode.sh
+1
-1
install/53_pymsc.sh
install/53_pymsc.sh
+1
-1
install/54_speedometer.sh
install/54_speedometer.sh
+1
-1
install/55_asn1valueEditor.sh
install/55_asn1valueEditor.sh
+1
-1
No files found.
install/04_pythonlibs.sh
View file @
7ab45db2
...
...
@@ -2,9 +2,9 @@
DIR
=
"
$(
cd
"
$(
dirname
"
${
BASH_SOURCE
[0]
}
"
)
"
&&
pwd
)
"
.
${
DIR
}
/common.sh
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
pip freeze |
grep
enum34
>
/dev/null
\
||
pip
install
--user
--upgrade
enum34
||
exit
1
pip
2
freeze |
grep
singledispatch
>
/dev/null
\
||
pip
2
install
--user
--upgrade
singledispatch
||
exit
1
pip
2
freeze |
grep
stringtemplate3
>
/dev/null
\
||
pip
2
install
--user
--upgrade
stringtemplate3
||
exit
1
pip
2
freeze |
grep
enum34
>
/dev/null
\
||
pip
2
install
--user
--upgrade
enum34
||
exit
1
install/50_opengeode.sh
View file @
7ab45db2
...
...
@@ -3,7 +3,7 @@ DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
.
${
DIR
}
/common.sh
cd
$DIR
/../opengeode
||
exit
1
pip
install
--user
--upgrade
.
||
exit
1
pip
2
install
--user
--upgrade
.
||
exit
1
# Add .local/bin to PATH
PATH_CMD
=
'export PATH=$PATH:$HOME/.local/bin'
...
...
install/53_pymsc.sh
View file @
7ab45db2
...
...
@@ -3,7 +3,7 @@ DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
.
${
DIR
}
/common.sh
cd
$DIR
/../pymsc
||
exit
1
pip
install
--user
--upgrade
.
||
exit
1
pip
2
install
--user
--upgrade
.
||
exit
1
# Add .local/bin to PATH
PATH_CMD
=
'export PATH=$PATH:$HOME/.local/bin'
...
...
install/54_speedometer.sh
View file @
7ab45db2
...
...
@@ -3,7 +3,7 @@ DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
.
${
DIR
}
/common.sh
cd
$DIR
/../speedometer
||
exit
1
pip
install
--user
--upgrade
.
||
exit
1
pip
2
install
--user
--upgrade
.
||
exit
1
# Add .local/bin to PATH
PATH_CMD
=
'export PATH=$PATH:$HOME/.local/bin'
...
...
install/55_asn1valueEditor.sh
View file @
7ab45db2
...
...
@@ -3,7 +3,7 @@ DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
.
${
DIR
}
/common.sh
cd
$DIR
/../asn1-value-editor
||
exit
1
pip
install
--user
--upgrade
.
||
exit
1
pip
2
install
--user
--upgrade
.
||
exit
1
# Add .local/bin to PATH
PATH_CMD
=
'export PATH=$PATH:$HOME/.local/bin'
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a 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