Has anyone found a workable solution to running python2.7 exploits that require pip modules installed?
My first attempt is using a virtual environment for pip. Current I use venv for Python >3.3. For Python 2.7 exists pyenv and pipenv.
pyenv: Simple Python Version Management: pyenv
pipenv: Pipenv & Virtual Environments
2 Likes
Thank you. I will have a go at it. Seems like there’s no ‘easy’ way!