Code & Deploy
siGit Code
Git Hosting
Toggle menu
Code
Code Review
Models
Repos
Sign in
Sign in
@samitouri
/
QOSami_Agents_Zero
QOSami_Agents_Zero
/
docker
/
run
/
fs
/
per
/
root
/
.bashrc
Code
Commits
Issues
Pulls
Sessions
CI/CD
main
main
text
9 lines
154 Bytes
Copy permalink
Copy
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