mirror of
https://github.com/GrapheneOS/matrix.grapheneos.org.git
synced 2025-01-17 10:27:22 -05:00
activate venv automatically
This commit is contained in:
parent
d724296a89
commit
0a81e35a23
@ -3,6 +3,8 @@
|
|||||||
set -o errexit -o nounset -o pipefail
|
set -o errexit -o nounset -o pipefail
|
||||||
shopt -s dotglob extglob globstar
|
shopt -s dotglob extglob globstar
|
||||||
|
|
||||||
|
source venv/bin/activate
|
||||||
|
|
||||||
if [[ $# -eq 1 ]]; then
|
if [[ $# -eq 1 ]]; then
|
||||||
fd=$1
|
fd=$1
|
||||||
else
|
else
|
||||||
|
Loading…
Reference in New Issue
Block a user