PATH:
opt
/
alt
/
python37
/
lib
/
python3.7
/
site-packages
/
virtualenv
/
activation
/
bash
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
[+]
__pycache__
[-] __init__.py
[edit]
[-] activate.sh
[edit]
[+]
..