parent
1c0f2432e2
commit
531e93999a
1 changed files with 1 additions and 1 deletions
|
|
@ -33,7 +33,7 @@ print "Installing weboob applications into ‘%s’." % dest
|
|||
|
||||
subprocess.check_call(
|
||||
[sys.executable, 'setup.py',
|
||||
'install', '--user', '--install-scripts', dest] + sys.argv[2:] + deps,
|
||||
'install', '--user', '--install-scripts=%s' % dest] + sys.argv[2:] + deps,
|
||||
cwd=os.path.join(os.path.dirname(__file__), os.pardir))
|
||||
|
||||
subprocess.check_call([sys.executable, os.path.join(dest, 'weboob-config'), 'update'])
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue