[object Object]

← back to Exo

linux install

b2764f177f759ae9373d4c3c3960d9aa2005180c · 2025-01-23 01:40:59 +0000 · Alex Cheema

Files touched

Diff

commit b2764f177f759ae9373d4c3c3960d9aa2005180c
Author: Alex Cheema <alexcheema123@gmail.com>
Date:   Thu Jan 23 01:40:59 2025 +0000

    linux install
---
 .circleci/config.yml | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/.circleci/config.yml b/.circleci/config.yml
index 559d8dfd..70314028 100644
--- a/.circleci/config.yml
+++ b/.circleci/config.yml
@@ -263,7 +263,8 @@ jobs:
       - run:
           name: Set up Python
           command: |
-            brew install python@3.12
+            sudo apt-get update
+            sudo apt-get install -y python3.12
             python3.12 -m venv env
             source env/bin/activate
       - run:

← e57fa1df xlarge  ·  back to Exo  ·  linux install 200ff4d7 →