Skip to content

Commit

Permalink
Update setupenv.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
mikaem authored Oct 2, 2024
1 parent 39f3d45 commit 7559d4e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .devcontainer/setupenv.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@ echo 'pyver=$(python -c "import sys;print(sys.version[:(len(str(sys.version_info
echo 'source activate l2copenblas' >> ~/.bashrc
echo 'export PATH=/workspaces/Legendre-to-Chebyshev/src/build-install/bin:$PATH' >> ~/.bashrc
echo 'export LD_LIBRARY_PATH=/workspaces/Legendre-to-Chebyshev/src/build-install/lib:$LD_LIBRARY_PATH' >> ~/.bashrc
echo 'export PYTHONPATH=/workspaces/Legendre-to-Chebyshev/src/build-install/lib/python${pyver}/site-packages:$PYTHONPATH' >> ~/.bashrc
source ~/.bashrc
echo 'export PYTHONPATH=/workspaces/Legendre-to-Chebyshev/src/build-install/lib/python${pyver}/site-packages:/opt/conda/envs/l2copenblas/lib/python${pyver}/site-packages:$PYTHONPATH' >> ~/.bashrc
source ~/.bashrc

0 comments on commit 7559d4e

Please sign in to comment.