From d81809cd3252061c1da35d47a311d6d194680a85 Mon Sep 17 00:00:00 2001 From: "j.spijker@ultimaker.com" Date: Tue, 21 Jun 2022 09:29:40 +0200 Subject: [PATCH] Add virtualenv powershell for Windows Contributes to CURA-9365 --- global.conf | 1 + 1 file changed, 1 insertion(+) diff --git a/global.conf b/global.conf index 0d8f6f7..5910257 100644 --- a/global.conf +++ b/global.conf @@ -3,3 +3,4 @@ core:default_build_profile = cura_build.jinja tools.cmake.cmaketoolchain:generator = Ninja tools.env.virtualenv:auto_use = True tools.gnu:define_libcxx11_abi = True +{% if platform.system() == 'Windows' %}tools.env.virtualenv:powershell=True{% endif %}