Skip to content

Commit 386d729

Browse files
committed
introduced changes from webapp/typeset/libs
1 parent 53b6fdb commit 386d729

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

virtualenv_tools.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -166,8 +166,8 @@ def update_paths(base, new_path):
166166
print 'error: %s is not an absolute path' % new_path
167167
return False
168168

169-
bin_dir = os.path.join(base, 'bin')
170-
base_lib_dir = os.path.join(base, 'lib')
169+
bin_dir = os.path.join(new_path, 'bin')
170+
base_lib_dir = os.path.join(new_path, 'lib')
171171
lib_dir = None
172172
lib_name = None
173173

0 commit comments

Comments
 (0)