test
This commit is contained in:
parent
6f959badcb
commit
e156679b5a
@ -100,8 +100,12 @@ def update_installations(self):
|
|||||||
if sys.platform == "win32":
|
if sys.platform == "win32":
|
||||||
self.install_all()
|
self.install_all()
|
||||||
else:
|
else:
|
||||||
|
tty.warn("BEFORE INSTALL")
|
||||||
self._install_with_depfile()
|
self._install_with_depfile()
|
||||||
|
tty.warn("AFTER")
|
||||||
|
print("BEFORE REGENERATE")
|
||||||
self.write(regenerate=True)
|
self.write(regenerate=True)
|
||||||
|
print("AFTER REGENERATE")
|
||||||
|
|
||||||
def update_syspath_and_environ(self):
|
def update_syspath_and_environ(self):
|
||||||
"""Update ``sys.path`` and the PATH, PYTHONPATH environment variables to point to
|
"""Update ``sys.path`` and the PATH, PYTHONPATH environment variables to point to
|
||||||
|
Loading…
Reference in New Issue
Block a user