Skip to content

Commit 2998a34

Browse files
committed
Remove using direction in start-gui.sh
1 parent 0644712 commit 2998a34

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

start-gui.sh

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -11,13 +11,6 @@ SCRIPT_DIR=$(
1111

1212
echo "### Checking GUI dependencies"
1313

14-
if [ -d "${SCRIPT_DIR}/.n" ]; then
15-
export N_PREFIX="${SCRIPT_DIR}/.n"
16-
export PATH="${N_PREFIX}/bin:${PATH}"
17-
echo "Loading nodejs/npm from"
18-
echo " ${N_PREFIX}"
19-
fi
20-
2114
if [ -z "$VIRTUAL_ENV" ]; then
2215
echo "This requires the chia python virtual environment."
2316
echo "Execute '. ./activate' before running."

0 commit comments

Comments
 (0)