golden hour
/opt/alt/python37/lib/python3.7/site-packages/virtualenv/activation/bash
⬆️ Go Up
Upload
File/Folder
Size
Actions
__init__.py
312 B
Del
OK
__pycache__
-
Del
OK
activate.sh
2.13 KB
Del
OK
Edit: __init__.py
from __future__ import absolute_import, unicode_literals from virtualenv.util.path import Path from ..via_template import ViaTemplateActivator class BashActivator(ViaTemplateActivator): def templates(self): yield Path("activate.sh") def as_name(self, template): return template.stem
Save