This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author dtrodrigues
Recipients dtrodrigues, eric.smith, ned.deily, neeltennis, ronaldoussoren
Date 2021-02-14.23:07:14
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1613344034.99.0.262717268221.issue43218@roundup.psfhosted.org>
In-reply-to
Content
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.
History
Date User Action Args
2021-02-14 23:07:15dtrodriguessetrecipients: + dtrodrigues, ronaldoussoren, eric.smith, ned.deily, neeltennis
2021-02-14 23:07:14dtrodriguessetmessageid: <1613344034.99.0.262717268221.issue43218@roundup.psfhosted.org>
2021-02-14 23:07:14dtrodrigueslinkissue43218 messages
2021-02-14 23:07:14dtrodriguescreate