eric7/eric7_virtualenv.pyw@0b1a09e47e98
eric7/eric7_virtualenv.pyw
Fri, 17 Sep 2021 19:04:07 +0200
- author
- Detlev Offenbach <detlev@die-offenbachs.de>
- date
- Fri, 17 Sep 2021 19:04:07 +0200
- branch
- eric7
- changeset 8611
- 0b1a09e47e98
- child 8881
-
54e42bc2437a
- permissions
- -rw-r--r--
Virtual Environments
- added a standalone variant of the Virtual Environments Manager
# -*- coding: utf-8 -*-
# Copyright (c) 2021 Detlev Offenbach <detlev@die-offenbachs.de>
#
"""
Module implementing the Windows entry point.
"""
from eric7_virtualenv import main
main()