I was having some problems with my environment so I reinstalled homebrew, python 3, and reset my $PATH. Now that I'm trying to pick up where I left off, I noticed that virtualenv isn't working like it had previously. When I run python3 -m venv ~/.venv/proj1
I get the following output
Error: [Errno 2] No such file or directory: '/Users/johnsmith/.venv/proj1/bin/python3': '/Users/johnsmith/.venv/proj1/bin/python3'.
This command was working fine prior to resetting everything. Is there something I'm overlooking?