Skip to content

Commit

Permalink
Update roadies_env.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
ang037 authored Aug 7, 2024
1 parent 954f9b3 commit fe8d03c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions roadies_env.sh
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
#!/bin/bash

# Required installations: (uncomment next 2 lines if you have sudo access, otherwise make sure following tools are installed before proceeding)
# sudo apt-get update
# sudo apt-get install -y wget unzip make g++ python3 python3-pip python3-setuptools git vim screen default-jre libgomp1 libboost-all-dev cmake
sudo apt-get update
sudo apt-get install -y wget unzip make g++ python3 python3-pip python3-setuptools git vim screen default-jre libgomp1 libboost-all-dev cmake

# Define installation paths and check for directory
CONDA_PATH="${HOME}/conda"
Expand Down

0 comments on commit fe8d03c

Please sign in to comment.