Skip to content
This repository was archived by the owner on Feb 14, 2024. It is now read-only.

Commit b94e1dc

Browse files
committed
Make empty file
1 parent 9ff55ec commit b94e1dc

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

jupyterlite_xeus_python/env_build_addon.py

+2
Original file line numberDiff line numberDiff line change
@@ -82,6 +82,8 @@ def __init__(self, *args, **kwargs):
8282
self.env_name = "xeus-python-kernel"
8383

8484
self.prefix_path.mkdir(parents=True, exist_ok=True)
85+
with open(self.prefix_path / ".condarc", "w"):
86+
pass
8587

8688
self.orig_config = os.environ.get("CONDARC")
8789

0 commit comments

Comments
 (0)