Spaces:
Sleeping
Sleeping
Yaron Koresh
commited on
Delete start.sh
Browse files
start.sh
DELETED
@@ -1,12 +0,0 @@
|
|
1 |
-
#!/bin/bash
|
2 |
-
|
3 |
-
git lfs install
|
4 |
-
git clone https://github.com/python/cpython
|
5 |
-
cd cpython
|
6 |
-
./configure --enable-optimizations --with-lto --prefix=$HOME/python
|
7 |
-
make
|
8 |
-
make test
|
9 |
-
make install
|
10 |
-
python -m pip install --upgrade --no-cache-dir pip
|
11 |
-
python -m pip install --upgrade --no-cache-dir -r deps.txt
|
12 |
-
python ./code.py
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|