We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d03a58e commit 53a8a74Copy full SHA for 53a8a74
scripts/install_python.sh
@@ -1,7 +1,8 @@
1
#!/bin/sh
2
3
-sudo apt install -y build-essential libssl-dev zlib1g-dev libsqlite3-dev libffi-dev
+# XXX Temp: missing some system dependencies
4
+rm -rf /var/lib/jenkins/.pyenv
5
6
#test -d $HOME/.pyenv && exit 0
7
#curl https://pyenv.run | bash
-pyenv install -v 3.13.3
8
+#pyenv install -v 3.13.3
0 commit comments