diff --git a/bucket/poetry.json b/bucket/poetry.json index 0a6b9e975c..bca4cba585 100644 --- a/bucket/poetry.json +++ b/bucket/poetry.json @@ -10,7 +10,7 @@ "script": "$env:POETRY_HOME=$dir; python $dir/$fname --version $version --no-modify-path -y" }, "uninstaller": { - "script": "python $dir/get-poetry.py --uninstall -y" + "script": "$env:POETRY_HOME=$dir; python $dir/get-poetry.py --uninstall -y" }, "bin": "bin\\poetry.bat", "env_set": {