summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorVG <vg@devys.org>2016-12-04 16:51:33 +0100
committerVG <vg@devys.org>2016-12-04 16:51:33 +0100
commit892ab1ec1905933589a7db343709d5537c3c3aec (patch)
treebcdcde20172c497ef5b11b4ca75a76427cfb01fe
parent1ba421b1dfbea6752ecb0c4656d195f8c13703c1 (diff)
downloadcatcad-892ab1ec1905933589a7db343709d5537c3c3aec.tar.gz
catcad-892ab1ec1905933589a7db343709d5537c3c3aec.tar.bz2
catcad-892ab1ec1905933589a7db343709d5537c3c3aec.zip
use venv for python interpretor
-rwxr-xr-xtest.py2
1 files changed, 1 insertions, 1 deletions
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 *