mirror of
https://github.com/iio612/DEFENDER.git
synced 2026-02-13 11:14:23 +00:00
Exec pip from virtual env
This commit is contained in:
@@ -192,7 +192,7 @@ class Install:
|
||||
newVersion = True
|
||||
|
||||
if newVersion:
|
||||
self.run_subprocess(['pip', 'install', '--upgrade', package.name])
|
||||
self.run_subprocess([self.config.venv_pip_executable, 'install', '--upgrade', package.name])
|
||||
|
||||
print(f"> Dependencies versions ==> OK")
|
||||
return newVersion
|
||||
|
||||
Reference in New Issue
Block a user