mirror of
https://github.com/TagStudioDev/TagStudio.git
synced 2026-01-31 07:10:45 +00:00
Update bash script to use env for nix support
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user