📁 File Manager Pro
v10.0.3 | PHP: 8.1.34
Server: Apache
2026-06-22 07:49:37
📂
/ (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