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 89559da commit ec9f315Copy full SHA for ec9f315
activate.sh
@@ -1 +1,6 @@
1
-source $(dirname $0)/.binder/postBuild
+#!/usr/bin/env bash
2
+
3
+set -eux
4
5
+mkdir -p ${CONDA_PREFIX}/share/jupyter/lab/settings
6
+cp ${PIXI_PROJECT_ROOT}/.binder/overrides.json ${CONDA_PREFIX}/share/jupyter/lab/settings/overrides.json
0 commit comments