From bc604a966c03e4b5774b0a00fa2c496889a711fa Mon Sep 17 00:00:00 2001 From: guille Date: Thu, 16 May 2024 16:33:27 +0000 Subject: [PATCH] env setting --- env.bash => env.sh | 4 ++-- test.bash => test.sh | 0 2 files changed, 2 insertions(+), 2 deletions(-) rename env.bash => env.sh (91%) rename test.bash => test.sh (100%) diff --git a/env.bash b/env.sh similarity index 91% rename from env.bash rename to env.sh index 3a5beb54..f817fb2e 100644 --- a/env.bash +++ b/env.sh @@ -1,7 +1,7 @@ # #!/bin/bash -conda create -n topoxx python=3.11.3 -conda activate topoxx +#conda create -n topoxx python=3.11.3 +#conda activate topoxx pip install --upgrade pip pip install -e '.[all]' diff --git a/test.bash b/test.sh similarity index 100% rename from test.bash rename to test.sh