golden hour
/usr/local/lib/python3.6/site-packages/virtualenv/activation/bash
⬆️ Go Up
Upload
File/Folder
Size
Actions
__init__.py
278 B
Del
OK
__pycache__
-
Del
OK
activate.sh
2.13 KB
Del
OK
Edit: __init__.py
from pathlib import Path from ..via_template import ViaTemplateActivator class BashActivator(ViaTemplateActivator): def templates(self): yield "activate.sh" def as_name(self, template): return Path(template).stem __all__ = [ "BashActivator", ]
Save