Skip to content

Commit

Permalink
Merge pull request #9 from Paperspace/fix/remove-extra-path-appends
Browse files Browse the repository at this point in the history
fix: Remove extra PATH appends
  • Loading branch information
joshua-paperspace authored Jan 12, 2023
2 parents 5324363 + 5b18698 commit b52001c
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions ml_in_a_box.sh
Original file line number Diff line number Diff line change
Expand Up @@ -267,10 +267,3 @@
echo "export PATH=${PATH}" >> ~/.bashrc
echo "export LD_LIBRARY_PATH=${LD_LIBRARY_PATH}" >> ~/.bashrc

echo "export PATH=${PATH}" >> ~/.profile
echo "export LD_LIBRARY_PATH=${LD_LIBRARY_PATH}" >> ~/.profile

echo "export PATH=${PATH}" >> ~/.bash_profile
echo "export LD_LIBRARY_PATH=${LD_LIBRARY_PATH}" >> ~/.bash_profile


0 comments on commit b52001c

Please sign in to comment.