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 af14f39 commit ff1917e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,5 @@
]
}
},
"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"
"postCreateCommand": "echo 'source activate l2copenblas;export PATH=/workspaces/Legendre-to-Chebyshev/src/build-install/bin:$PATH;export LD_LIBRARY_PATH=/workspaces/Legendre-to-Chebyshev/src/build-install/lib:$LD_LIBRARY_PATH' >> ~/.bashrc"
}

0 comments on commit ff1917e

Please sign in to comment.