7 lines
103 B
Bash
7 lines
103 B
Bash
|
#!/bin/bash
|
||
|
cd `dirname $0`
|
||
|
. ../env
|
||
|
|
||
|
$prefix/bin/python $src/ez_setup.py
|
||
|
$prefix/bin/easy_install pip
|