Configure enviornment variable FASTF1_CACHE #367
-
Probably a trivial question but I am wondering how to configure this variable so FastF1 can use my existing cache directory even without calling |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
How you set an environment variable depends on your operating system. For example, on the Windows commandline, you can do |
Beta Was this translation helpful? Give feedback.
How you set an environment variable depends on your operating system. For example, on the Windows commandline, you can do
set FASTF1_CACHE=C:\path\to\cache
. But that will not be persistent and only be valid for the currently open terminal.But you can add permanent system-wide environment variables on Windows, Mac and Linux, so no matter where you use FastF1 on your PC, it will use the same cache directory.