Skip to content

Commit

Permalink
(python plugin): fixes #1134 (#1135)
Browse files Browse the repository at this point in the history
* (python plugin): fixes #1134

* (python plugin): fixes #1134
  • Loading branch information
gasuketsu authored Dec 11, 2023
1 parent 42ba8b9 commit 1f0ea9d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/plugins/core/python.rs
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ impl PythonPlugin {
return Ok(());
}
pr.set_message("installing default packages");
CmdLineRunner::new(&config.settings, self.python_path(tv))
CmdLineRunner::new(&config.settings, tv.install_path().join("bin/python"))
.with_pr(pr)
.arg("-m")
.arg("pip")
Expand Down

0 comments on commit 1f0ea9d

Please sign in to comment.