main
text 9 lines 154 Bytes
Raw
1 # .bashrc
2
3 # Source global definitions
4 if [ -f /etc/bashrc ]; then
5 . /etc/bashrc
6 fi
7
8 # Activate the virtual environment
9 source /opt/venv/bin/activate