2
0
mirror of https://github.com/frappe/bench.git synced 2024-11-13 16:56:33 +00:00

minor fix

This commit is contained in:
Ameya Shenoy 2018-03-26 18:26:16 +05:30
parent 1eed28eade
commit f37768cef6
No known key found for this signature in database
GPG Key ID: 735490161CD5C91E

View File

@ -85,7 +85,7 @@ def install_bench(args):
# Python executable
if not args.production:
dist_name, dist_version = get_distribution_info()
if dist_name is 'centos':
if dist_name=='centos':
args.python = 'python3.6'
else:
args.python = 'python3'