Spaces:
Running
Running
Yaron Koresh
commited on
Update start.sh
Browse files
start.sh
CHANGED
@@ -1,8 +1,5 @@
|
|
1 |
#!/bin/bash
|
2 |
|
3 |
-
CONDA_ENV=$(head -1 ./env.yml | cut -d" " -f2)
|
4 |
-
eval "$(conda shell.bash hook)"
|
5 |
-
conda activate $CONDA_ENV
|
6 |
git lfs install
|
7 |
git clone https://github.com/python/cpython
|
8 |
cd cpython
|
|
|
1 |
#!/bin/bash
|
2 |
|
|
|
|
|
|
|
3 |
git lfs install
|
4 |
git clone https://github.com/python/cpython
|
5 |
cd cpython
|