Skip to content

Commit

Permalink
Install vcdvcd through fud2 env init
Browse files Browse the repository at this point in the history
  • Loading branch information
ayakayorihiro committed Dec 9, 2024
1 parent 5f767cd commit 61a3fe6
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions fud2/src/cli_pyenv.rs
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,13 @@ impl PyenvCommand {
.stdout(std::io::stdout())
.output()?;

// install vcdvcd (for Profiler)
Command::new(pyenv.join("bin").join("pip"))
.arg("install")
.arg("vcdvcd")
.stdout(std::io::stdout())
.output()?;

// install flit
Command::new(pyenv.join("bin").join("pip"))
.arg("install")
Expand Down

0 comments on commit 61a3fe6

Please sign in to comment.