Update bash script to use env for nix support
This commit is contained in:
parent
c7492b78d3
commit
c4e8d40abe
1 changed files with 2 additions and 2 deletions
|
|
@ -1,5 +1,5 @@
|
|||
#! /bin/bash
|
||||
#! /usr/bin/env bash
|
||||
python3 -m venv .venv
|
||||
source .venv/bin/activate
|
||||
pip install -r requirements.txt
|
||||
python tagstudio/tagstudio.py
|
||||
python tagstudio/tagstudio.py
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue