It wasn't properly referencing existing PYTHONPATH. Makefile syntax is $(var_name), not $var_name.
3.2 KiB
3.2 KiB
It wasn't properly referencing existing PYTHONPATH. Makefile syntax is $(var_name), not $var_name.