Yaron Koresh commited on
Commit
bee9c4c
·
verified ·
1 Parent(s): 8e6c450

Delete start.sh

Browse files
Files changed (1) hide show
  1. start.sh +0 -12
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