Skip to content

Commit

Permalink
Print PATH variable
Browse files Browse the repository at this point in the history
  • Loading branch information
Vijayboopathy-Elangovan authored Jan 17, 2024
1 parent 2d86bee commit 6ab9c7e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Term.ts
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@ class Term {

await exec(`source ~/.bashrc`)
await exec(`source ~/.bash_profile`)
await exec(`echo $PATH`)

if (skipStep !== INSTALL_STEP && skipStep !== BUILD_STEP) {
await exec(`${manager} install`, [], {
Expand Down

0 comments on commit 6ab9c7e

Please sign in to comment.