mirror of
https://github.com/kennethreitz-archive/python-build.git
synced 2026-06-05 23:30:18 +00:00
removed installed command. added some functions to bashrc.
This commit is contained in:
+1
-1
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user