IOError Fix in Installation App
This commit is contained in:
committed by
Roberto Rosario
parent
376b36bd9b
commit
373b1cb5b8
@@ -125,7 +125,7 @@ class VirtualEnv(object):
|
||||
yield self.extract_dependency(item)
|
||||
|
||||
def __init__(self):
|
||||
self.requirements_file_path = os.path.join(settings.BASE_DIR, 'requirements', 'production.txt')
|
||||
self.requirements_file_path = os.path.join(settings.SITE_ROOT, 'requirements', 'production.txt')
|
||||
if not PIP:
|
||||
raise PIPNotFound
|
||||
|
||||
|
||||
Reference in New Issue
Block a user