hey, i downloaded all the files according to the instructions but don't know the commands to put it in the FIFTPATH, i always get the error like this 'FATAL ERROR: 'func' with version >= 0.2.0 executable is not found, is it installed and in path?' can someone guide me
Jun 16, 2023, 10:58 PM
Open terminal, type ‘echo $PATH’, press enter and see if the ouput contains the needed directory
Jun 17, 2023, 6:37 AM
If you plan to use fift, also download fiftlib.zip, open the zip in some directory on your machine (like /usr/local/lib/fiftlib) and set the environment variable FIFTPATH to point to this directory.
export FIFTPATH="/usr/local/lib/fiftlib"
echo $FIFTPATH
export FIFTPATH="/usr/local/lib/fiftlib"
echo $FIFTPATH
Jun 17, 2023, 9:14 AM