#!/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