21 |
21 |
22 import Globals |
22 import Globals |
23 import Preferences |
23 import Preferences |
24 |
24 |
25 |
25 |
|
26 # TODO: add capability to upgrade a virtual environment (venv --upgrade) |
|
27 # TODO: add capability to upgrade the core dependencies (venv --upgrade-deps) |
26 class VirtualenvManager(QObject): |
28 class VirtualenvManager(QObject): |
27 """ |
29 """ |
28 Class implementing an object to manage Python virtual environments. |
30 Class implementing an object to manage Python virtual environments. |
29 |
31 |
30 @signal virtualEnvironmentAdded() emitted to indicate the addition of |
32 @signal virtualEnvironmentAdded() emitted to indicate the addition of |