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 f75f26b commit 98f80e3Copy full SHA for 98f80e3
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