Yaron Koresh commited on
Commit
515918e
·
verified ·
1 Parent(s): 10f8e74

Update start.sh

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