Skip to content

Commit

Permalink
Fix install script
Browse files Browse the repository at this point in the history
Signed-off-by: Alberto Tudela <ajtudela@gmail.com>
  • Loading branch information
ajtudela committed May 23, 2024
1 parent 0e7b11f commit cba103a
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 256 deletions.
10 changes: 0 additions & 10 deletions fixup_deb.sh

This file was deleted.

240 changes: 0 additions & 240 deletions installScript.sh

This file was deleted.

6 changes: 0 additions & 6 deletions install_dependencies.sh

This file was deleted.

1 change: 1 addition & 0 deletions scripts/install/robocomp_install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ sudo ln -s ~ /home/robocomp
echo "export ROBOCOMP=~/robocomp" >> ~/.bashrc
echo "export PATH=$PATH:/opt/robocomp/bin" >> ~/.bashrc
echo "export PYTHONIOENCODING=utf-8" >> ~/.bashrc
echo "export LD_LIBRARY_PATH=/opt/robocomp/lib:$LD_LIBRARY_PATH" >> ~/.bashrc
export ROBOCOMP=~/robocomp
export PATH=$PATH:/opt/robocomp/bin
export PYTHONIOENCODING=utf-8
Expand Down

0 comments on commit cba103a

Please sign in to comment.