mirror of
https://github.com/frappe/erpnext.git
synced 2026-02-17 00:25:01 +00:00
fix in install erpnext
This commit is contained in:
@@ -91,7 +91,7 @@ if not os.path.exists(os.path.join(erpnext_path, 'conf.py')):
|
||||
# install db
|
||||
import sys
|
||||
sys.path.append(erpnext_path)
|
||||
sys.path.append(os.path.join(erpnext_path, 'lib'))
|
||||
sys.path.append(os.path.join(erpnext_path, 'lib', 'py'))
|
||||
import conf
|
||||
sys.path.append(conf.modules_path)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user