Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Helios Server
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD 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
TO
Helios Server
Commits
64f60337
Commit
64f60337
authored
4 years ago
by
Ben Adida
Browse files
Options
Downloads
Patches
Plain Diff
updated install instructions for python3
parent
b795f1c1
Branches
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
INSTALL.md
+8
-3
8 additions, 3 deletions
INSTALL.md
with
8 additions
and
3 deletions
INSTALL.md
+
8
−
3
View file @
64f60337
...
@@ -8,11 +8,16 @@ http://www.virtualenv.org/en/latest/
...
@@ -8,11 +8,16 @@ http://www.virtualenv.org/en/latest/
*
cd into the helios-server directory
*
cd into the helios-server directory
*
create a virtualenv
*
create a virtualenv
*
make sure you use Python2.7 and
**not**
Python3+
*
make sure you use Python3
*
The above can be done by typing something similar to
```
```
virtualenv --python=/usr/bin/python2.7 $(pwd)/venv
virtualenv --python=/usr/bin/python3 $(pwd)/venv
```
*
you'll also need Postgres and Python dev libraries. For example on Ubuntu:
```
sudo apt install libpq-dev python3-dev
```
```
*
activate virtual environment
*
activate virtual environment
...
...
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