#!/usr/bin/env python3
# coding: utf-8
import sys
sys.path.append('/home/ubuntu/.local/lib/python3.6/site-packages/boto3')
import boto3
executing script from remote command throws no module boto3. but package is already installed.
# coding: utf-8
import sys
sys.path.append('/home/ubuntu/.local/lib/python3.6/site-packages/boto3')
import boto3
executing script from remote command throws no module boto3. but package is already installed.
Comment