Skip to content

Commit 98f80e3

Browse files
committed
Fix activation script
1 parent f75f26b commit 98f80e3

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

activate.sh

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,6 @@
1-
source $(dirname $0)/.binder/postBuild
1+
#!/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

Comments
 (0)