mirror of
https://github.com/kennethreitz-archive/python-build.git
synced 2026-06-05 23:30:18 +00:00
update
This commit is contained in:
@@ -1,3 +1,7 @@
|
||||
* 0.9
|
||||
- Added `buildout` command.
|
||||
- Added `venv` command.
|
||||
|
||||
* 0.8
|
||||
- Fixed issue #21 Added Ubuntu 11.04(Natty) support
|
||||
- Fixed issue #24 non-framework python27 now defines environ properly. Thanks npinto.
|
||||
|
||||
@@ -95,10 +95,10 @@ Runs the buildout with specified or current using python::
|
||||
|
||||
Create isolated python environments::
|
||||
|
||||
pythonbrew venv create proj1
|
||||
pythonbrew venv create proj
|
||||
pythonbrew venv list
|
||||
pythonbrew venv use proj1
|
||||
pythonbrew venv delete proj1
|
||||
pythonbrew venv use proj
|
||||
pythonbrew venv delete proj
|
||||
|
||||
Show version::
|
||||
|
||||
|
||||
+3
-3
@@ -95,10 +95,10 @@ Runs the buildout with specified or current using python::
|
||||
|
||||
Create isolated python environments::
|
||||
|
||||
pythonbrew venv create proj1
|
||||
pythonbrew venv create proj
|
||||
pythonbrew venv list
|
||||
pythonbrew venv use proj1
|
||||
pythonbrew venv delete proj1
|
||||
pythonbrew venv use proj
|
||||
pythonbrew venv delete proj
|
||||
|
||||
Show version::
|
||||
|
||||
|
||||
@@ -6,7 +6,7 @@ except:
|
||||
import configparser as ConfigParser
|
||||
|
||||
# pythonbrew version
|
||||
VERSION = "0.8"
|
||||
VERSION = "0.9"
|
||||
|
||||
# pythonbrew root path
|
||||
ROOT = os.environ.get("PYTHONBREW_ROOT")
|
||||
|
||||
Reference in New Issue
Block a user