-
Notifications
You must be signed in to change notification settings - Fork 10
Open
Description
# Fri Oct 20 14:01:56 2023: Trying to set $PYTHON3_PATH...
# Fri Oct 20 14:01:56 2023: Did not find environment variable $PYTHON3_PATH.
# Fri Oct 20 14:01:56 2023: Trying to guess PYTHON3_PATH from location of python3 executable that is available in your $PATH
# Fri Oct 20 14:01:56 2023: Checking /opt/conda/bin as potential path for $PYTHON3_PATH.
# Fri Oct 20 14:01:56 2023: Success! Setting $PYTHON3_PATH to /opt/conda/bin!
# Fri Oct 20 14:01:56 2023: Trying to set $JAVA_PATH...
# Fri Oct 20 14:01:56 2023: Did not find environment variable $JAVA_PATH.
# Fri Oct 20 14:01:56 2023: ERROR: in file /opt/BRAKER/scripts/braker.pl at line 1795
$JAVA_PATH not set!
There are 3 alternative ways to set JAVA_PATH for
braker.pl:
a) provide command-line argument --JAVA_PATH=/your/path
b) use an existing environment variable $JAVA_PATH
for setting the environment variable, run
export JAVA_PATH=/your/path
in your shell. You may append this to your .bashrc or
.profile file in order to make the variable available to
all your bash sessions.
c) braker.pl can try guessing the location of
JAVA_PATH from the location of java
executable if it is available in your $PATH variable.
If you try to rely on this option, you can check by
typing
which java
in your shell, whether the executable is in your $PATH
```
Metadata
Metadata
Assignees
Labels
No labels