We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c794f39 commit 9fcc424Copy full SHA for 9fcc424
1 file changed
scripts/install-python.sh
@@ -1,6 +1,7 @@
1
#!/usr/bin/env bash
2
set -xeuo pipefail
3
4
+chmod 777 -R /tmp
5
apt update && apt install -y curl
6
curl -LsSf https://astral.sh/uv/install.sh | sh
7
@@ -10,4 +11,4 @@ PY_BIN=$(dirname $PY_PYTHON)
10
11
echo "export PATH=/root/.local/bin:$PY_BIN:$PATH" >> ~/.zshrc
12
13
# make uv python the default python and support use it directly in shell
-rm "$($PY_PYTHON -c "import site, sysconfig; print(sysconfig.get_path('stdlib'));")/EXTERNALLY-MANAGED"
14
+rm "$($PY_PYTHON -c "import site, sysconfig; print(sysconfig.get_path('stdlib'));")/EXTERNALLY-MANAGED"
0 commit comments