Dashboard
PHP:
8.3.33
OS:
Linux
User:
proje374
/
/
usr
/
lib
/
python3.9
/
site-packages
/
virtualenv
/
activation
/
cshell
đ€ Upload
đ New File
đ New Folder
Close
Editing: __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
Cancel