Skip to content

Commit

Permalink
Update devcontainer.json
Browse files Browse the repository at this point in the history
  • Loading branch information
mikaem authored Aug 22, 2024
1 parent 96a7692 commit af14f39
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,5 @@
]
}
},
"postCreateCommand": "conda init"
}
"postCreateCommand": "echo 'source activate l2copenblas;export PATH=$HOME/Legendre-to-Chebyshev/src/build-install/bin:$PATH;export LD_LIBRARY_PATH=$HOME/Legendre-to-Chebyshev/src/build-install/lib:$LD_LIBRARY_PATH' > ~/.bashrc"
}

0 comments on commit af14f39

Please sign in to comment.