mirror of
https://github.com/kennethreitz-archive/python-versions.git
synced 2026-06-05 23:30:17 +00:00
Typo :)
This commit is contained in:
+5
-5
@@ -29,17 +29,17 @@ Deployment
|
||||
Usage
|
||||
-----
|
||||
|
||||
Once deployed, building a forumla is simple::
|
||||
Once deployed, building a formula is simple::
|
||||
|
||||
$ heroku run ./brew <forumla> <bucket>
|
||||
$ heroku run ./brew <formula> <bucket>
|
||||
# Builds specified Python to ``./python``.
|
||||
|
||||
Releasing a forumla is simple::
|
||||
Releasing a formula is simple::
|
||||
|
||||
$ heroku run ./bottle <forumla> <bucket>
|
||||
$ heroku run ./bottle <formula> <bucket>
|
||||
# Builds specified Python and uploads the resulting tarball to the given S3 bucket.
|
||||
|
||||
Distribution "Spec"
|
||||
-------------------
|
||||
|
||||
``runtime-name.tar.bz2``, which contains ``PYTHONHOME``, including symlinks to python interpreters.
|
||||
``runtime-name.tar.bz2``, which contains ``PYTHONHOME``, including symlinks to python interpreters.
|
||||
|
||||
Reference in New Issue
Block a user