Re: Building on Windows

2022-07-02 Thread Barry Scott
> On 2 Jul 2022, at 15:41, Sam Ezeh wrote: > > To add to this, my process was > > 1. Setup the VM > 2. Install Git > 3. Clone CPython > 4. Run `PCbuild\build.bat -d -e` > 5. Notice the error, then install visual studio community 2022 Try running this: call "C:\Program Files\Microsoft Visual

Re: Building on Windows

2022-07-02 Thread Sam Ezeh
To add to this, my process was 1. Setup the VM 2. Install Git 3. Clone CPython 4. Run `PCbuild\build.bat -d -e` 5. Notice the error, then install visual studio community 2022 6. Re-run `PCbuild\build.bat -d -e` and see the same error I can't directly copy and paste between the VM and my host desk