New submission from Ilya Kazakevich:
In Py3 it is possible to run test filelike
"python -m unittest tests/test_something.py" (it is *not* possible in Py2!)
Here is doc: https://docs.python.org/3/library/unittest.html
But "--help" seems to be simply copied from Py2 beca
New submission from Ilya Kazakevich :
No packages could be installed with "-m pip" because of "Access Denied". It
seems that it tries to install package to "site-packages' instead of
"local-packages". However, "pip.exe" works. Does it mean &q