Script to upgrade the packages eric depends on.
This process must be performed while eric is closed. The script will upgrade the requested packages and will restart eric.
| _ericPackages |
| _pyqtPackages |
| None |
| _determineVenvType | Function to determine the type of the virtual environment. |
| _findPyvenv | Function to find the pyvenv.cfg file based on the used Python interpreter. |
| doUpgrade | Function to upgrade the given packages via pip. |
| main | Main entry point into the upgrader. |
| startEric | Function to start eric with the given arguments. |
Function to determine the type of the virtual environment.
Function to find the pyvenv.cfg file based on the used Python interpreter.
Function to upgrade the given packages via pip.
Main entry point into the upgrader.
Function to start eric with the given arguments.