Re: virtualenv 20.2.2-1 dependencies: filelock and distlib

2021-08-13 Thread Friedrich Romstedt via Cygwin
Hi, Am Di., 10. Aug. 2021 um 11:30 Uhr schrieb Russell VT : > > Well, it's been a hot minute since I've used virtualenv, by itself... but, > generally you're going to want to use "mkvirtualenv" and related tools to > create and then access your Python libraries (often under the projects 'venv'

Re: virtualenv 20.2.2-1 dependencies: filelock and distlib

2021-08-10 Thread Russell VT via Cygwin
Well, it's been a hot minute since I've used virtualenv, by itself... but, generally you're going to want to use "mkvirtualenv" and related tools to create and then access your Python libraries (often under the projects 'venv' directory).Your mileage may vary, trying to invoke it directly from the

virtualenv 20.2.2-1 dependencies: filelock and distlib

2021-08-09 Thread Friedrich Romstedt via Cygwin
Hi there, This is about a small issue I ran into with using virtualenv-20.2.2-1 (package name python38-virtualenv) with Python 3.8.10 (package python38) in Cygwin (64-bit). After having installed python38-virtualenv (and its automatically picked dependencies), using virtualenv by: $ python -