kopia lustrzana https://github.com/jupyterhub/repo2docker
6 wiersze
182 B
Plaintext
6 wiersze
182 B
Plaintext
![]() |
#!/bin/bash
|
||
|
# install pytest with conda in the default env (should be $KERNEL_PYTHON_PREFIX)
|
||
|
conda install -yq pytest
|
||
|
# install there with pip (should be the same)
|
||
|
pip install there
|