Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
Daniel Scheffler
py_tools_ds
Commits
e8f7330c
Commit
e8f7330c
authored
Oct 26, 2020
by
Daniel Scheffler
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Replaced deprecated 'source activate' with 'conda activate'.
Signed-off-by:
Daniel Scheffler
<
danschef@gfz-potsdam.de
>
parent
9addbb15
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
4 additions
and
4 deletions
+4
-4
.gitlab-ci.yml
.gitlab-ci.yml
+1
-1
README.rst
README.rst
+2
-2
tests/CI_docker/context/py_tools_ds_ci.docker
tests/CI_docker/context/py_tools_ds_ci.docker
+1
-1
No files found.
.gitlab-ci.yml
View file @
e8f7330c
...
...
@@ -50,7 +50,7 @@ test_py_tools_ds_install:
script
:
-
source /root/miniconda3/bin/activate
-
conda create -y -q -c conda-forge --name py_tools_ds_testinstall python=3
-
source
activate py_tools_ds_testinstall
-
conda
activate py_tools_ds_testinstall
# update conda and python
-
conda update -n base -c conda-forge conda
...
...
README.rst
View file @
e8f7330c
...
...
@@ -61,7 +61,7 @@ Using conda_, the recommended approach is:
# create virtual environment for py_tools_ds, this is optional
conda create -y -q -c conda-forge --name py_tools_ds python=3
source
activate py_tools_ds
conda
activate py_tools_ds
conda install -c conda-forge numpy gdal 'pyproj>=2.1.0' shapely scikit-image pandas
Then install py_tools_ds using the pip installer:
...
...
@@ -76,7 +76,7 @@ Using conda_, the recommended approach is:
# create virtual environment for py_tools_ds, this is optional
conda create -y -q --name py_tools_ds python=3
source
activate py_tools_ds
conda
activate py_tools_ds
conda install -c danschef -c conda-forge -c defaults py_tools_ds
...
...
tests/CI_docker/context/py_tools_ds_ci.docker
View file @
e8f7330c
...
...
@@ -10,6 +10,6 @@ COPY *.yml /root/
RUN
/bin/bash
-i
-c
"
\
source /root/miniconda3/bin/activate ;
\
conda update -n base -c conda-forge conda;
\
source
activate ci_env;
\
conda
activate ci_env;
\
conda env update -n ci_env -f /root/environment_py_tools_ds.yml ;
\
conda install -c conda-forge conda-build conda-build-all anaconda-client"
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment