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 7f36d78 commit c021dbaCopy full SHA for c021dba
.envrc
@@ -8,4 +8,5 @@ PATH_add build
8
export AVALANCHEGO_PATH=$PWD/build/avalanchego
9
10
# Configure the local plugin directory for both avalanchego and tmpnet usage
11
-export AVAGO_PLUGIN_DIR=$PWD/build/plugins
+mkdir -p $PWD/build/plugins # avalanchego will FATAL if the directory does not exist
12
+export AVAGO_PLUGIN_DIR="${AVAGO_PLUGIN_DIR:-$PWD/build/plugins}" # Use an existing value if set
0 commit comments