I want to make my python package \"pip installable\". The problem is that the package has shell script that must be sourced in the user\'s init shell script (e.g. .bas
.bas
Could you try with from setuptools.command.install import install instead of using distutils?
from setuptools.command.install import install
distutils