Hi there,
I’m moving through the Django tutorials and am on the ‘Setting up a Django development environment’ page. Just to note: I’m on OSX, the latest version of High Sierra. I can successfully install Python 3.7 and using pip3 to install ‘virtualenvwrapper’ seems to work fine, but when I execute source ~/.bashrc
to reload the startup file, I get a series of warnings from npm and finally a line reading -bash: /usr/local/bin/virtualenvwrapper.sh: No such file or directory
.
I’ve already tried uninstalling and reinstalling python, but that doesn’t seem to have resolved the issue. Has anyone else had this program? Does anyone have any suggestions for how to diagnose or address the issue I’m running into?
Thanks for any help in advance!