Spaces:
Runtime error
Runtime error
Yaron Koresh
commited on
Update start.sh
Browse files
start.sh
CHANGED
|
@@ -9,7 +9,6 @@ cd cpython
|
|
| 9 |
./configure --enable-optimizations --prefix=$HOME/python
|
| 10 |
make
|
| 11 |
make install
|
| 12 |
-
alias python=$HOME/python/cpython
|
| 13 |
python -m pip install --upgrade --no-cache-dir pip
|
| 14 |
python -m pip install --upgrade --no-cache-dir -r deps.txt
|
| 15 |
python ./code.py
|
|
|
|
| 9 |
./configure --enable-optimizations --prefix=$HOME/python
|
| 10 |
make
|
| 11 |
make install
|
|
|
|
| 12 |
python -m pip install --upgrade --no-cache-dir pip
|
| 13 |
python -m pip install --upgrade --no-cache-dir -r deps.txt
|
| 14 |
python ./code.py
|