mirror of
https://github.com/pyenv/pyenv.git
synced 2024-11-21 20:47:00 -05:00
Move virtualenv hack into pyston-0.5.1
This commit is contained in:
parent
7a957c5488
commit
b662634abf
1 changed files with 0 additions and 3 deletions
|
@ -922,9 +922,6 @@ build_package_pyston() {
|
||||||
mkdir -p "${PREFIX_PATH}/"
|
mkdir -p "${PREFIX_PATH}/"
|
||||||
cp -fR . "${PREFIX_PATH}/"
|
cp -fR . "${PREFIX_PATH}/"
|
||||||
chmod +x "${PREFIX_PATH}/"pyston
|
chmod +x "${PREFIX_PATH}/"pyston
|
||||||
# FIXME ugly hack below adapted from
|
|
||||||
# https://github.com/dropbox/pyston/blob/master/docker/pyston/Dockerfile
|
|
||||||
( cd "${PREFIX_PATH}/" && ./pyston virtualenv/virtualenv.py . )
|
|
||||||
}
|
}
|
||||||
|
|
||||||
build_package_ironpython() {
|
build_package_ironpython() {
|
||||||
|
|
Loading…
Reference in a new issue