JanaGanaMana
Register
Login
simple way to upgrade all Python packages in environment
.net core 3.1 Entityframework
test
Cannot find module 'typescript' in Angular
Error 500.31 - ANCM Failed to Find Native Dependencies in IIS
import pkg_resources
from subprocess import call
packages = [dist.project_name for dist in pkg_resources.working_set]
call("pip install --upgrade " + ' '.join(packages), shell=True)