Created
May 12, 2020 15:10
-
-
Save gijzelaerr/d7a8b930be6faccb8660e565b9bd4ec3 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
λ python3 -m venv venv | |
gijs@gijs-artica:~/Work/tmp | |
λ venv/bin/pip install --upgrade eduvpn | |
Collecting eduvpn | |
Using cached eduvpn-0.2-py3-none-any.whl (128 kB) | |
Collecting cryptography | |
Using cached cryptography-2.9.2-cp35-abi3-manylinux2010_x86_64.whl (2.7 MB) | |
Collecting requests | |
Using cached requests-2.23.0-py2.py3-none-any.whl (58 kB) | |
Processing /home/gijs/.cache/pip/wheels/ab/c5/e8/dba6e717af4b48e0c1e835b10bd8e386f13964c6e6401641e3/PyGObject-3.36.1-cp38-cp38-linux_x86_64.whl | |
Collecting requests-oauthlib | |
Using cached requests_oauthlib-1.3.0-py2.py3-none-any.whl (23 kB) | |
Collecting cffi!=1.11.3,>=1.8 | |
Using cached cffi-1.14.0-cp38-cp38-manylinux1_x86_64.whl (409 kB) | |
Collecting six>=1.4.1 | |
Using cached six-1.14.0-py2.py3-none-any.whl (10 kB) | |
Collecting idna<3,>=2.5 | |
Using cached idna-2.9-py2.py3-none-any.whl (58 kB) | |
Collecting urllib3!=1.25.0,!=1.25.1,<1.26,>=1.21.1 | |
Using cached urllib3-1.25.9-py2.py3-none-any.whl (126 kB) | |
Collecting certifi>=2017.4.17 | |
Using cached certifi-2020.4.5.1-py2.py3-none-any.whl (157 kB) | |
Collecting chardet<4,>=3.0.2 | |
Using cached chardet-3.0.4-py2.py3-none-any.whl (133 kB) | |
Processing /home/gijs/.cache/pip/wheels/c2/06/6b/839c0659d8100837a927dae943b56669a56eb1da7ab66fb81a/pycairo-1.19.1-cp38-cp38-linux_x86_64.whl | |
Collecting oauthlib>=3.0.0 | |
Using cached oauthlib-3.1.0-py2.py3-none-any.whl (147 kB) | |
Collecting pycparser | |
Using cached pycparser-2.20-py2.py3-none-any.whl (112 kB) | |
Installing collected packages: pycparser, cffi, six, cryptography, idna, urllib3, certifi, chardet, requests, pycairo, pygobject, oauthlib, requests-oauthlib, eduvpn | |
Successfully installed certifi-2020.4.5.1 cffi-1.14.0 chardet-3.0.4 cryptography-2.9.2 eduvpn-0.2 idna-2.9 oauthlib-3.1.0 pycairo-1.19.1 pycparser-2.20 pygobject-3.36.1 requests-2.23.0 requests-oauthlib-1.3.0 six-1.14.0 urllib3-1.25.9 | |
gijs@gijs-artica:~/Work/tmp | |
λ venv/bin/pyeduvpn demo | |
filter 'demo' matched with institute 'Demo' | |
please choose a profile: | |
* [0] internet | |
* [1] No rfc1918 routes | |
> 0 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment