mirror of
https://github.com/iio612/DEFENDER.git
synced 2026-02-13 19:24:23 +00:00
Exec pip from virtual env
This commit is contained in:
@@ -192,7 +192,7 @@ class Install:
|
|||||||
newVersion = True
|
newVersion = True
|
||||||
|
|
||||||
if newVersion:
|
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")
|
print(f"> Dependencies versions ==> OK")
|
||||||
return newVersion
|
return newVersion
|
||||||
|
|||||||
Reference in New Issue
Block a user