PMXBOT Log file Viewer

Help | Karma | Search:

#pypa logs for Monday the 30th of September, 2019

(Back to #pypa overview) (Back to channel listing) (Animate logs)
[08:16:31] <kvda> Hi there, IO
[08:16:51] <kvda> *I'm able to reset my PyPI password, but when i try to login it says the username (my email) doesnt exist?
[08:30:20] <kvda> Ugh it's a long day, pypi has usernames, that's what it was
[17:09:23] <TheNik> Hi there. Using Windows 10 Home PowerShell, and trying to set up Django in a virtualenv environment. I was initially following developer.mozilla.org/en-US/docs/Learn/Server-side/Django/development_environment and tried virtualenvwrapper, but trying to activate the environment with workon simply returned nothing, did not visibly change my PowerShell and as far as I can tell, I did not find a Django install in the virtual environment's directory o
[17:09:23] <TheNik> subdirectories (after workon env; pip3 install django). So I switched to virtualenv and tried to create and activate an environment via virtualenv env; start \path\to\env\scripts\activate and I had the same issue (no error, no confirmation, nothing). I tried to repeat the process after Set-Executionpolicy AllSigned, but with the same result again.
[17:11:47] <TheNik> If anyone could help me fix the issue with virtualenvwrapper I would really appreciate that, so I can follow the MDN tutorial. However, I would also be thankful if anyone could help me with virtualenv instead, so I can work with at least something