We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 51f15ee commit 70d950cCopy full SHA for 70d950c
repo2docker/buildpacks/conda/install-miniconda.bash
@@ -59,8 +59,8 @@ if [[ -f /tmp/kernel-environment.yml ]]; then
59
cat /tmp/kernel-environment.yml
60
61
conda env create -p ${KERNEL_PYTHON_PREFIX} -f /tmp/kernel-environment.yml
62
- ${KERNEL_PYTHON_PREFIX}/bin/ipython kernel install --prefix "${CONDA_DIR}"
63
- echo '' > ${KERNEL_PYTHON_PREFIX}/envs/kernel/conda-meta/history
+ ${KERNEL_PYTHON_PREFIX}/bin/ipython kernel install --prefix "${NB_PYTHON_PREFIX}"
+ echo '' > ${KERNEL_PYTHON_PREFIX}/conda-meta/history
64
conda list -p ${KERNEL_PYTHON_PREFIX}
65
fi
66
0 commit comments