← back to Exo
linux install
200ff4d713df657d7a0044bdef5c372ac7bf26ae · 2025-01-23 01:43:00 +0000 · Alex Cheema
Files touched
Diff
commit 200ff4d713df657d7a0044bdef5c372ac7bf26ae
Author: Alex Cheema <alexcheema123@gmail.com>
Date: Thu Jan 23 01:43:00 2025 +0000
linux install
---
.circleci/config.yml | 2 ++
1 file changed, 2 insertions(+)
diff --git a/.circleci/config.yml b/.circleci/config.yml
index 70314028..4c29b585 100644
--- a/.circleci/config.yml
+++ b/.circleci/config.yml
@@ -263,6 +263,8 @@ jobs:
- run:
name: Set up Python
command: |
+ sudo apt-get update
+ sudo add-apt-repository -y ppa:deadsnakes/ppa
sudo apt-get update
sudo apt-get install -y python3.12
python3.12 -m venv env
← b2764f17 linux install
·
back to Exo
·
linux install dfd9d3eb →