Changed manim downloads location from default to custom_default config

This commit is contained in:
Sahil Makhijani
2021-02-03 00:04:30 +05:30
parent 46309e26c7
commit 32632367b6
2 changed files with 5 additions and 4 deletions

View File

@ -23,6 +23,9 @@ def get_text_dir():
def get_mobject_data_dir():
return guarantee_existence(os.path.join(get_temp_dir(), "mobject_data"))
def get_downloads_dir():
return guarantee_existence(os.path.join(get_temp_dir(), "manim_downloads"))
def get_output_dir():
return guarantee_existence(get_directories()["output"])