Changes
Page history
Update Update Guide
authored
Jun 16, 2019
by
Jonathan Jones
Show whitespace changes
Inline
Side-by-side
Update-Guide.md
View page @
ebca7cdf
...
@@ -8,8 +8,8 @@
...
@@ -8,8 +8,8 @@
*
Synchronize updates in the environment's software dependencies.
*
Synchronize updates in the environment's software dependencies.
```
bash
```
bash
user@host:~/repo/blocks
$
conda deactivate
user@host:~/repo/blocks
$
conda deactivate
user@host:~/repo/blocks
$
conda
env
update
--file
annotation
.yml
user@host:~/repo/blocks
$
conda
env
update
--file
blocks-analysis
.yml
user@host:~/repo/blocks
$
conda activate
annotation
user@host:~/repo/blocks
$
conda activate
blocks-analysis
```
```
# Pulling from git when your local version has been modified
# Pulling from git when your local version has been modified
...
...
...
...