mirror of
https://github.com/frappe/bench.git
synced 2024-11-14 09:14:04 +00:00
minor fix
This commit is contained in:
parent
1eed28eade
commit
f37768cef6
@ -85,7 +85,7 @@ def install_bench(args):
|
|||||||
# Python executable
|
# Python executable
|
||||||
if not args.production:
|
if not args.production:
|
||||||
dist_name, dist_version = get_distribution_info()
|
dist_name, dist_version = get_distribution_info()
|
||||||
if dist_name is 'centos':
|
if dist_name=='centos':
|
||||||
args.python = 'python3.6'
|
args.python = 'python3.6'
|
||||||
else:
|
else:
|
||||||
args.python = 'python3'
|
args.python = 'python3'
|
||||||
|
Loading…
Reference in New Issue
Block a user