make python make a venv
This commit is contained in:
parent
85dba8971a
commit
8a51bbfffb
1 changed files with 1 additions and 0 deletions
|
|
@ -119,6 +119,7 @@ in
|
|||
let
|
||||
script = pkgs.writeShellScript "archipelago-server" ''
|
||||
cd /home/noa/Archipelago
|
||||
${pkgs.python312Full}/bin/python -m venv .
|
||||
source bin/activate
|
||||
python MultiServer.py output/AP_43890937735956963351.zip
|
||||
'';
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue