Update build

Signed-off-by: jayofelony <oudshoorn.jeroen@gmail.com>
This commit is contained in:
jayofelony
2024-11-22 11:51:02 +01:00
parent 4a2b8e71a3
commit f55a08609d

View File

@ -140,7 +140,7 @@ def install(display, update):
# setup.py is going to install data files for us
# first we create a new virtual environment and activate it
os.system("cd %s && python3 -m venv env && source env/bin/activate" % source_path)
os.system("cd %s && python3 -m venv ../.pwn && source ../.pwn/bin/activate" % source_path)
os.system("cd %s && pip3 install ." % source_path)
return True