Skip to content

Instantly share code, notes, and snippets.

@ashwin-nair-gh
Created September 29, 2020 14:28
Show Gist options
  • Save ashwin-nair-gh/db16c9b34bd2c4da14773a4174af6b2c to your computer and use it in GitHub Desktop.
Save ashwin-nair-gh/db16c9b34bd2c4da14773a4174af6b2c to your computer and use it in GitHub Desktop.
(env) ashwinnair@ashwins-mbp virtualenv Directory % pip install --upgrade virtualenv
Collecting virtualenv
Using cached virtualenv-20.0.31-py2.py3-none-any.whl (4.9 MB)
Collecting appdirs<2,>=1.4.3
Using cached appdirs-1.4.4-py2.py3-none-any.whl (9.6 kB)
Requirement already satisfied, skipping upgrade: six<2,>=1.9.0 in ./env/lib/python3.8/site-packages (from virtualenv) (1.15.0)
Collecting distlib<1,>=0.3.1
Using cached distlib-0.3.1-py2.py3-none-any.whl (335 kB)
Collecting filelock<4,>=3.0.0
Using cached filelock-3.0.12-py3-none-any.whl (7.6 kB)
Installing collected packages: appdirs, distlib, filelock, virtualenv
Successfully installed appdirs-1.4.4 distlib-0.3.1 filelock-3.0.12 virtualenv-20.0.31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment