X7ROOT File Manager
Current Path:
/opt/hc_python/lib/python3.12/site-packages/virtualenv/activation/cshell
opt
/
hc_python
/
lib
/
python3.12
/
site-packages
/
virtualenv
/
activation
/
cshell
/
ðŸ“
..
📄
__init__.py
(336 B)
ðŸ“
__pycache__
📄
activate.csh
(1.49 KB)
Editing: __init__.py
from __future__ import annotations from virtualenv.activation.via_template import ViaTemplateActivator class CShellActivator(ViaTemplateActivator): @classmethod def supports(cls, interpreter): return interpreter.os != "nt" def templates(self): yield "activate.csh" __all__ = [ "CShellActivator", ]
Upload File
Create Folder