Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
F
force-bdss
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
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
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
Adham Hashibon
force-bdss
Commits
9ccc9f97
Commit
9ccc9f97
authored
6 years ago
by
Stefano Borini
Browse files
Options
Downloads
Patches
Plain Diff
Clarified the edm default environment process
parent
116359dd
No related branches found
Branches containing commit
No related tags found
1 merge request
!181
Removed force-bootstrap from the travis environment. using default
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
doc/source/installation.rst
+12
-3
12 additions, 3 deletions
doc/source/installation.rst
with
12 additions
and
3 deletions
doc/source/installation.rst
+
12
−
3
View file @
9ccc9f97
...
...
@@ -10,21 +10,30 @@ git repositories::
The last repository is optional, but recommended if you want to practice
writing plugins.
Next, download EDM package manager, and create a bootstrap environment.
We assume the bootstrap environment is the default one (called ``edm``)::
If you never installed the Enthought Deployment Manager, perform the following operations::
wget https://package-data.enthought.com/edm/rh5_x86_64/1.9/edm_1.9.2_linux_x86_64.sh && bash ./edm_1.9.2_linux_x86_64.sh -b -f -p $HOME
export PATH=${HOME}/edm/bin:${PATH}
edm install --version 3.5 -y click setuptools
edm shell
Verify that your prompt changes to add "(edm)".
If you instead already have an EDM installation and a default environment, perform the following:
edm shell
edm install -y click setuptools
Verify that your shell prompt now contains the string "(edm)".
You are now in your default EDM environment, and we assume this environment to be the bootstrap environment.
The BDSS software will not be installed in this environment, but in a separate one. The following
commands however must be executed from the bootstrap environment.
Installation of the force BDSS runtime environment is performed with the
following command::
python -m ci build-env
This will create another edm environment called ``force-py35``.
Do not enter this environment.
To install the BDSS::
...
...
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