This commit is contained in:
Delirious Lettuce
2017-11-27 08:09:38 -07:00
parent 8a880296f8
commit e6816bbfea
+1 -1
View File
@@ -220,7 +220,7 @@ def ensure_latest_pip():
windows = '-m' if os.name == 'nt' else ''
c = delegator.run('"{0}" install {1} pip --upgrade'.format(which_pip()), windows, block=False)
c = delegator.run('"{0}" install {1} pip --upgrade'.format(which_pip(), windows), block=False)
click.echo(crayons.blue(c.out))
except AttributeError:
pass