From 335ce8a9fddc266ee13248a1502f4a38b4190628 Mon Sep 17 00:00:00 2001 From: Vicente Eduardo Ferrer Garcia Date: Wed, 29 Jan 2025 21:24:01 +0100 Subject: [PATCH] Trying to solve issue with py port. --- metacall.bat | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/metacall.bat b/metacall.bat index cb8e329..8134000 100644 --- a/metacall.bat +++ b/metacall.bat @@ -7,7 +7,7 @@ rem MetaCall set "PATH=%PATH%;%loc%;%loc%\lib" rem Python set "PYTHONHOME=%loc%\runtimes\python" -set "PIP_TARGET=%loc%\runtimes\python\Lib" +set "PIP_TARGET=%loc%\runtimes\python\Pip" set "PATH=%PATH%;%loc%\runtimes\python;%loc%\runtimes\python\Scripts" rem NodeJS set "PATH=%PATH%;%loc%\lib\runtimes\nodejs;%loc%\lib\runtimes\nodejs\lib"