removed installed command. added some functions to bashrc.

This commit is contained in:
utahta
2010-11-25 23:14:19 +09:00
parent 5fadee8e92
commit 8e54618ff4
6 changed files with 35 additions and 48 deletions
+1 -1
View File
@@ -6,11 +6,11 @@ import re
import posixpath
import tarfile
import platform
from subprocess import PIPE, Popen
from pythonbrew.define import PATH_BIN, PATH_PYTHONS, PATH_ETC_CURRENT,\
PATH_ETC_TEMP
from pythonbrew.exceptions import ShellCommandException
from pythonbrew.log import logger
from subprocess import PIPE, Popen
def size_format(b):
kb = 1000