We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5882309 commit 0df0299Copy full SHA for 0df0299
src/virtualenv/create/via_global_ref/builtin/python2/site.py
@@ -97,7 +97,7 @@ def rewrite_standard_library_sys_path():
97
value = "{}{}".format(base_prefix, value[len(prefix) :])
98
elif dir_starts_with(value, exec_prefix):
99
value = "{}{}".format(base_exec_prefix, value[len(exec_prefix) :])
100
- sys.path[at] = value
+ sys.path[at] = value
101
102
103
def dir_starts_with(directory, prefix):
0 commit comments