Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
F
flame-clmc
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Package Registry
Model registry
Operate
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
flame
flame-clmc
Commits
fe8ff9d7
Commit
fe8ff9d7
authored
5 years ago
by
panos
Browse files
Options
Downloads
Patches
Plain Diff
fixing issue #259 virtualenv zipp error
parent
cf6f6f50
Branches
clmc-service
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
scripts/clmc-service/install-clmc-service.sh
+1
-0
1 addition, 0 deletions
scripts/clmc-service/install-clmc-service.sh
src/test/clmctest/services/pytest/install.sh
+1
-0
1 addition, 0 deletions
src/test/clmctest/services/pytest/install.sh
with
2 additions
and
0 deletions
scripts/clmc-service/install-clmc-service.sh
+
1
−
0
View file @
fe8ff9d7
...
...
@@ -30,6 +30,7 @@ apt-get install libssl-dev -y
echo
"----> Installing Python3, Pip3 and curl"
apt-get
install
-y
python3 python3-pip curl jq
update-alternatives
--install
/usr/bin/python python /usr/bin/python3 10
pip3
install
--upgrade
pip
echo
"----> Installing virtualenv and wrapper"
pip3
install
virtualenv
...
...
This diff is collapsed.
Click to expand it.
src/test/clmctest/services/pytest/install.sh
+
1
−
0
View file @
fe8ff9d7
...
...
@@ -26,6 +26,7 @@
apt-get update
-o
Acquire::CompressionTypes::Order::
=
gz
apt-get
-y
install
python3 python3-pip python-influxdb
update-alternatives
--install
/usr/bin/python python /usr/bin/python3 10
pip3
install
--upgrade
pip
pip3
install
pytest pyyaml schema
pip3
install
--upgrade
influxdb
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
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!
Save comment
Cancel
Please
register
or
sign in
to comment