Pipenv trouble on MacOS “TypeError: 'module' object is not callable”
I'm starting to try and get a working pipenv, however on my Mac, it is appears that my Python enviroment is a little screwed. I removed OS X python following this post , and installed both python2.7 and python3.7 using brew. But now when trying to use pipenv(2.7) to create a virtualenv, and pipfile, I keep getting an error about python 3.7, when locking pacakges: $ pipenv --python=/usr/local/bin/python install pynetbox ipaddress Virtualenv already exists! Removing existing virtualenv... Creating a virtualenv for this project... Pipfile: /Users/daniel/scripts/netbox/Pipfile ... adding ipaddress