megacoffee.net Gentoo overlay - legacy mirror
We have moved to Git. This repository is only provided for compatibility with old installations. Learn how to migrate your installation here.
comparison dev-vcs/kallithea/kallithea-0.3.1.ebuild @ 138:28cb864a4a8f
dev-vcs/kallithea: forcing Python 2.7 further...
author | Daniel Neugebauer <dneuge@energiequant.de> |
---|---|
date | Mon, 28 Mar 2016 16:27:57 +0200 |
parents | e08c1ff80cad |
children | 75e8d4d50c86 |
comparison
equal
deleted
inserted
replaced
137:e08c1ff80cad | 138:28cb864a4a8f |
---|---|
57 # not really compiling anything | 57 # not really compiling anything |
58 | 58 |
59 realWorkDir=$(pwd) | 59 realWorkDir=$(pwd) |
60 | 60 |
61 # create new virtual environment | 61 # create new virtual environment |
62 virtualenv --no-site-packages dist/v | 62 virtualenv --python=python2.7 --no-site-packages dist/v |
63 | 63 |
64 # activate environment | 64 # activate environment |
65 source "dist/v/${virtualenvActivationPath}" | 65 source "dist/v/${virtualenvActivationPath}" |
66 | 66 |
67 # WORKAROUND: | 67 # WORKAROUND: |