From 892ab1ec1905933589a7db343709d5537c3c3aec Mon Sep 17 00:00:00 2001 From: VG Date: Sun, 4 Dec 2016 16:51:33 +0100 Subject: use venv for python interpretor --- test.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test.py b/test.py index 5a0de45..7557963 100755 --- a/test.py +++ b/test.py @@ -1,4 +1,4 @@ -#!/usr/bin/python3 +#!venv/bin/python3 from solid import * from solid.utils import * -- cgit v1.2.3