Dustin Rodrigues <dust....@gmail.com> added the comment:

What's the name of the current directory? Does it end with "Project 4:5"? It 
may be the colon in the directory name is interfering with the PATH parsing so 
that the shell thinks that the first two entries in your path after the venv 
activate are

/Users/neelgore/Documents/UC Irvine/Y1/Q2/ICS 32/Project 4
5/.venv/bin

instead of

"/Users/neelgore/Documents/UC Irvine/Y1/Q2/ICS 32/Project 4:5/.venv/bin"

being the first entry.

----------

_______________________________________
Python tracker <rep...@bugs.python.org>
<https://bugs.python.org/issue43218>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to