Change pycache_prefix

This commit is contained in:
Kivi Kaitaniemi
2024-05-16 21:35:46 +03:00
parent 5fb0eeb728
commit eb57cdab33
+2
View File
@@ -19,6 +19,8 @@ def main():
Main entry for the CLI app
"""
sys.pycache_prefix = os.path.join(conf.pkg_cache_dir, "python/")
parser = argparse.ArgumentParser(
prog="decman",
description=