We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
bin_root
PATH
1 parent 642e49b commit 043b164Copy full SHA for 043b164
src/bootstrap/bootstrap.py
@@ -1118,7 +1118,6 @@ def build_bootstrap_cmd(self, env):
1118
if "RUSTFLAGS_BOOTSTRAP" in env:
1119
env["RUSTFLAGS"] += " " + env["RUSTFLAGS_BOOTSTRAP"]
1120
1121
- env["PATH"] = os.path.join(self.bin_root(), "bin") + os.pathsep + env["PATH"]
1122
if not os.path.isfile(self.cargo()):
1123
raise Exception("no cargo executable found at `{}`".format(self.cargo()))
1124
args = [
0 commit comments