🔐 Sid Gifari File Manager Pro
v8.0.5 | 2026-06-15 08:45:15 | PHP 8.1.34
📂
/ (Root)
/
opt
/
cloudlinux
/
venv
/
lib
/
python3.11
/
site-packages
/
virtualenv
/
activation
/
cshell
📍 /opt/cloudlinux/venv/lib/python3.11/site-packages/virtualenv/activation/cshell
🔄 Refresh
✏️
Editing: __init__.py
Read Only
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 Changes
❌ Cancel