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 70f305a commit 11cb8bb
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=/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"
"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;export PYTHONPATH=/workspaces/Legendre-to-Chebyshev/src/build-install/lib/python$(python --version 2>&1 | awk '{print $2}' | awk -F. '{print $1 "." $2}')/site-packages:$PYTHONPATH' >> ~/.bashrc"
}

0 comments on commit 11cb8bb

Please sign in to comment.