golden hour
/opt/cloudlinux/venv/lib/python3.11/site-packages/virtualenv/activation/cshell
⬆️ Go Up
Upload
File/Folder
Size
Actions
__init__.py
280 B
Del
OK
__pycache__
-
Del
OK
activate.csh
1.44 KB
Del
OK
Edit: __init__.py
from ..via_template import ViaTemplateActivator class CShellActivator(ViaTemplateActivator): @classmethod def supports(cls, interpreter): return interpreter.os != "nt" def templates(self): yield "activate.csh" __all__ = [ "CShellActivator", ]
Save