From 3c23c05c732e937614ad5e2ae59d4cdc80d4ea0b Mon Sep 17 00:00:00 2001 From: Mostafa Moradian Date: Sat, 3 Jul 2021 22:41:02 +0200 Subject: [PATCH] Fix shebang for catching venv --- bin/grest | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/grest b/bin/grest index b604b96..121e5e2 100644 --- a/bin/grest +++ b/bin/grest @@ -1,4 +1,4 @@ -#!/usr/bin/python +#!/usr/bin/env python # -*- coding: utf-8 -*- # # Copyright (C) 2017- Mostafa Moradian