📁 File Manager Pro
v10.0.3 | PHP: 8.1.34
Server: Apache
2026-06-22 01:30:01
📂
/ (Root)
/
opt
/
alt
/
python37
/
lib
/
python3.7
/
site-packages
/
virtualenv
/
activation
/
powershell
📍 /opt/alt/python37/lib/python3.7/site-packages/virtualenv/activation/powershell
🔄 Refresh
✏️
Editing: __init__.py
Read Only
from __future__ import absolute_import, unicode_literals from virtualenv.util.path import Path from ..via_template import ViaTemplateActivator class PowerShellActivator(ViaTemplateActivator): def templates(self): yield Path("activate.ps1")
💾 Save Changes
❌ Cancel