Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
W
WindEnergyToolbox
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Model registry
Operate
Environments
Terraform modules
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
toolbox
WindEnergyToolbox
Commits
09895caa
Commit
09895caa
authored
8 years ago
by
David Verelst
Browse files
Options
Downloads
Patches
Plain Diff
doc layout fixes
parent
f8608322
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
docs/update-conda-cluster.md
+7
-1
7 additions, 1 deletion
docs/update-conda-cluster.md
with
7 additions
and
1 deletion
docs/update-conda-cluster.md
+
7
−
1
View file @
09895caa
...
@@ -2,6 +2,7 @@
...
@@ -2,6 +2,7 @@
There are pre-configured miniconda/anaconda python environments installed on
There are pre-configured miniconda/anaconda python environments installed on
Gorm and Jess at:
Gorm and Jess at:
```
```
/home/python/miniconda3/envs/wetb_py3
/home/python/miniconda3/envs/wetb_py3
```
```
...
@@ -9,30 +10,35 @@ Note that these refer to the home drives of Gorm and Jess respectively and thus
...
@@ -9,30 +10,35 @@ Note that these refer to the home drives of Gorm and Jess respectively and thus
refer to two different directories (but are named the same).
refer to two different directories (but are named the same).
Update the root Anaconda environment:
Update the root Anaconda environment:
```
```
conda update --all
conda update --all
```
```
Activate the
```wetb_py3```
environment:
Activate the
```wetb_py3```
environment:
```
```
source activate wetb_py3
source activate wetb_py3
```
```
Update the
```wetb_py3```
environment:
Update the
```wetb_py3```
environment:
```
```
conda update --all
conda update --all
```
```
Pull latest wetb changes and create re-distributable binary wheel package for
Pull latest wetb changes and create re-distributable binary wheel package for
```
wetb_py3```:
```
wetb_py3```:
```
```
cd /home/MET/repositories/tooblox/WindEnergyToolbox
cd /home/MET/repositories/tooblox/WindEnergyToolbox
git pull
git pull
python setup.py bdist_wheel -d dist/
python setup.py bdist_wheel -d dist/
```
```
And install the wheel package (
```.whl```
)
And install the wheel package (```*.whl```)
```
```
pip install --no-deps -U dist/wetb-X.Y.Z.post0.devXXXXXXXX-cp35m-linux_x86_64.whl
pip install --no-deps -U dist/wetb-X.Y.Z.post0.devXXXXXXXX-cp35m-linux_x86_64.whl
```
```
...
...
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