mirror of
https://github.com/kennethreitz-archive/python-build.git
synced 2026-06-05 15:20:16 +00:00
release 0.10
This commit is contained in:
@@ -19,7 +19,7 @@ class UninstallCommand(Command):
|
||||
pkgpath = os.path.join(PATH_PYTHONS, pkgname)
|
||||
venvpath = os.path.join(PATH_VENVS, pkgname)
|
||||
if not is_installed(pkgname):
|
||||
logger.info("`%s` is not installed." % pkgname)
|
||||
logger.error("`%s` is not installed." % pkgname)
|
||||
continue
|
||||
if get_using_python_pkgname() == pkgname:
|
||||
off()
|
||||
|
||||
Reference in New Issue
Block a user