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 efc085c commit a41a7c7Copy full SHA for a41a7c7
start_env.sh
@@ -1,5 +1,4 @@
1
conda activate jupyterlab_code_formatter
2
export SERVEREXTENSION_PATH=$PWD
3
-export PATH=$SERVEREXTENSION_PATH/.venv/bin:$PATH
4
export LABEXTENSION_PATH=$PWD/src
5
-export PATH=$LABEXTENSION_PATH/node_modules/.bin/:$LABEXTENSION_TESTS_PATH/node_modules/.bin/:$PATH
+export PATH=$LABEXTENSION_PATH/node_modules/.bin/:$PATH
0 commit comments