Skip to content

Commit a41a7c7

Browse files
committed
Clean up start_env.sh
1 parent efc085c commit a41a7c7

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

start_env.sh

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
conda activate jupyterlab_code_formatter
22
export SERVEREXTENSION_PATH=$PWD
3-
export PATH=$SERVEREXTENSION_PATH/.venv/bin:$PATH
43
export LABEXTENSION_PATH=$PWD/src
5-
export PATH=$LABEXTENSION_PATH/node_modules/.bin/:$LABEXTENSION_TESTS_PATH/node_modules/.bin/:$PATH
4+
export PATH=$LABEXTENSION_PATH/node_modules/.bin/:$PATH

0 commit comments

Comments
 (0)