Fix python3 invocation for charm to charm-env

Closes bug: #1760949

Change-Id: I739835fe71da6a727f51b3c42389372ac139d039
This commit is contained in:
Alex Kavanagh 2019-11-08 17:54:55 +00:00
parent 1866b5461c
commit 1e546550f2

View File

@ -1,4 +1,4 @@
#!/usr/bin/env python3
#!/usr/local/sbin/charm-env python3
import sys
sys.path.append('lib')