/
usr
/
local
/
lib
/
python3.6
/
site-packages
/
virtualenv
/
activation
/
powershell
/
/usr/local/lib/python3.6/site-packages/virtualenv/activation/powershell
mkdir
upload
Name
Size
Mode
Actions
__pycache__/
-
0755
rm
activate.ps1
1810
0644
edit
dl
rm
__init__.py
196
0644
edit
dl
rm
Edit:
/usr/local/lib/python3.6/site-packages/virtualenv/activation/powershell/__init__.py
(196B)
from ..via_template import ViaTemplateActivator class PowerShellActivator(ViaTemplateActivator): def templates(self): yield "activate.ps1" __all__ = [ "PowerShellActivator", ]
Save
from ..via_template import ViaTemplateActivator class PowerShellActivator(ViaTemplateActivator): def templates(self): yield "activate.ps1" __all__ = [ "PowerShellActivator", ]