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 0644712 commit 2998a34Copy full SHA for 2998a34
start-gui.sh
@@ -11,13 +11,6 @@ SCRIPT_DIR=$(
11
12
echo "### Checking GUI dependencies"
13
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
-
21
if [ -z "$VIRTUAL_ENV" ]; then
22
echo "This requires the chia python virtual environment."
23
echo "Execute '. ./activate' before running."
0 commit comments