Skip to content

Commit 84dd216

Browse files
committed
other-config: Add venv activate
Add venv activate function Signed-off-by: Nishanth Menon <nm@ti.com>
1 parent 44d04a5 commit 84dd216

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
if [ -f /usr/local/venv/bin/activate ]; then
2+
source /usr/local/venv/bin/activate
3+
fi

0 commit comments

Comments
 (0)