mirror of
https://github.com/frappe/bench.git
synced 2024-11-13 16:56:33 +00:00
minor fix
This commit is contained in:
parent
1eed28eade
commit
f37768cef6
@ -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'
|
||||
|
Loading…
Reference in New Issue
Block a user