This post helped me a lot, https://velog.io/@doondoony/pipenv-101
pip install pipenv pipenv --python 3.8 pipenv shell -> python <script> pipenv --rm pipenv install <package>
pip list pipenv run pip freeze
which python which pip
in Vscode