missed one
This commit is contained in:
parent
526177bf8d
commit
5cca6c29a2
1 changed files with 1 additions and 1 deletions
|
@ -16,7 +16,7 @@ class Python2Recipe(Recipe):
|
|||
super(Python2Recipe, self).init_with_ctx(ctx)
|
||||
self.set_python(self, 2.7)
|
||||
ctx.python_ver_dir = "python2.7"
|
||||
ctx.python_prefix = join(ctx.dist_dir, "root", "python")
|
||||
ctx.python_prefix = join(ctx.dist_dir, "root", "python2")
|
||||
ctx.site_packages_dir = join(
|
||||
ctx.python_prefix, "lib", ctx.python_ver_dir, "site-packages")
|
||||
|
||||
|
|
Loading…
Reference in a new issue