Better path fix
This commit is contained in:
6
scripts/add_venvs_to_path.sh
Normal file
6
scripts/add_venvs_to_path.sh
Normal file
@@ -0,0 +1,6 @@
|
||||
#!/bin/bash
|
||||
|
||||
for venv in /root/venvs/*/bin
|
||||
do
|
||||
export PATH=$PATH:$venv
|
||||
done
|
||||
Reference in New Issue
Block a user