diff --git a/.env/pyvenv.cfg b/.env/pyvenv.cfg index d6c9d07..21d93bb 100644 --- a/.env/pyvenv.cfg +++ b/.env/pyvenv.cfg @@ -1,3 +1,8 @@ -home = /home/nixen/Projects/College/engineering-degree/orchestrator-app/.env/bin +home = /Applications/Xcode.app/Contents/Developer/usr/bin +implementation = CPython +version_info = 3.9.6.final.0 +virtualenv = 20.17.1 include-system-site-packages = false -version = 3.10.8 +base-prefix = /Applications/Xcode.app/Contents/Developer/Library/Frameworks/Python3.framework/Versions/3.9 +base-exec-prefix = /Applications/Xcode.app/Contents/Developer/Library/Frameworks/Python3.framework/Versions/3.9 +base-executable = /Applications/Xcode.app/Contents/Developer/usr/bin/python3 diff --git a/vm_run_script.template b/vm_run_script.template index 43096dd..f0473ef 100644 --- a/vm_run_script.template +++ b/vm_run_script.template @@ -3,5 +3,6 @@ qemu-system-x86_64 -enable-kvm -m $MEMORY_ALLOCATION_SIZE \ -cpu host,kvm=off,hv_relaxed,hv_spinlocks=0x1fff,hv_time,hv_vapic,hv_vendor_id=0xDEADBEEFFF \ -rtc clock=host,base=localtime -smp $CPU_CORES_COUNT,sockets=1,cores=$CPU_CORES_COUNT,threads=1 \ +-full-screen \ -device virtio-net-pci,netdev=n1 -netdev user,id=n1 \ -hda $IMAGE_PATH & \ No newline at end of file