Created
June 17, 2020 23:17
-
-
Save saisankargochhayat/a7d09bdc1cea8eeadf902a1bae503b1d to your computer and use it in GitHub Desktop.
This file contains hidden or 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
<details><summary>$ pipenv --support</summary> | |
Pipenv version: `'2020.6.2'` | |
Pipenv location: `'/usr/local/lib/python3.8/site-packages/pipenv'` | |
Python location: `'/usr/bin/python3'` | |
Python installations found: | |
- `3.9.0`: `/usr/bin/python3.9` | |
- `3.8.3`: `/home/sai/.local/share/virtualenvs/pipenvTest-bZ33EuLN/bin/python3` | |
- `3.8.3`: `/home/sai/.local/share/virtualenvs/pipenvTest-bZ33EuLN/bin/python3.8` | |
- `3.8.3`: `/home/sai/.local/share/virtualenvs/pipenvTest-bZ33EuLN/bin/python3` | |
- `3.8.3`: `/home/sai/.local/share/virtualenvs/pipenvTest-bZ33EuLN/bin/python3.8` | |
- `3.8.3`: `/usr/bin/python3.8` | |
- `3.8.3`: `/usr/bin/python3` | |
- `3.7.7`: `/usr/bin/python3.7m` | |
- `3.7.7`: `/usr/bin/python3.7` | |
- `3.6.10`: `/usr/bin/python3.6` | |
- `3.6.10`: `/usr/bin/python3.6m` | |
- `3.6.9`: `/usr/bin/pypy3.6` | |
- `3.6.9`: `/usr/bin/pypy3` | |
- `3.5.9`: `/usr/bin/python3.5m` | |
- `3.5.9`: `/usr/bin/python3.5` | |
- `3.4.10`: `/usr/bin/python3.4m` | |
- `3.4.10`: `/usr/bin/python3.4` | |
- `2.7.18`: `/usr/bin/python2` | |
- `2.7.18`: `/usr/bin/python2.7` | |
- `2.7.13`: `/usr/bin/pypy2` | |
- `2.7.13`: `/usr/bin/pypy2.7` | |
PEP 508 Information: | |
``` | |
{'implementation_name': 'cpython', | |
'implementation_version': '3.8.3', | |
'os_name': 'posix', | |
'platform_machine': 'x86_64', | |
'platform_python_implementation': 'CPython', | |
'platform_release': '5.6.12-300.fc32.x86_64', | |
'platform_system': 'Linux', | |
'platform_version': '#1 SMP Mon May 11 16:47:13 UTC 2020', | |
'python_full_version': '3.8.3', | |
'python_version': '3.8', | |
'sys_platform': 'linux'} | |
``` | |
System environment variables: | |
- `SHELL` | |
- `SESSION_MANAGER` | |
- `COLORTERM` | |
- `HISTCONTROL` | |
- `XDG_MENU_PREFIX` | |
- `PIPENV_ACTIVE` | |
- `HOSTNAME` | |
- `HISTSIZE` | |
- `SSH_AUTH_SOCK` | |
- `XMODIFIERS` | |
- `DESKTOP_SESSION` | |
- `SSH_AGENT_PID` | |
- `PWD` | |
- `XDG_SESSION_DESKTOP` | |
- `LOGNAME` | |
- `XDG_SESSION_TYPE` | |
- `MODULESHOME` | |
- `MANPATH` | |
- `XAUTHORITY` | |
- `WINDOWPATH` | |
- `GDM_LANG` | |
- `PIP_PYTHON_PATH` | |
- `HOME` | |
- `USERNAME` | |
- `LANG` | |
- `LS_COLORS` | |
- `XDG_CURRENT_DESKTOP` | |
- `VIRTUAL_ENV` | |
- `VTE_VERSION` | |
- `GNOME_TERMINAL_SCREEN` | |
- `INVOCATION_ID` | |
- `MANAGERPID` | |
- `MODULEPATH_modshare` | |
- `PYTHONFINDER_IGNORE_UNSUPPORTED` | |
- `XDG_SESSION_CLASS` | |
- `TERM` | |
- `LESSOPEN` | |
- `USER` | |
- `PIP_DISABLE_PIP_VERSION_CHECK` | |
- `GNOME_TERMINAL_SERVICE` | |
- `MODULES_RUN_QUARANTINE` | |
- `LOADEDMODULES` | |
- `DISPLAY` | |
- `SHLVL` | |
- `QT_IM_MODULE` | |
- `PYTHONDONTWRITEBYTECODE` | |
- `XDG_RUNTIME_DIR` | |
- `PS1` | |
- `JOURNAL_STREAM` | |
- `XDG_DATA_DIRS` | |
- `PATH` | |
- `MODULEPATH` | |
- `GDMSESSION` | |
- `DBUS_SESSION_BUS_ADDRESS` | |
- `MAIL` | |
- `MODULES_CMD` | |
- `BASH_FUNC_switchml%%` | |
- `BASH_FUNC_module%%` | |
- `BASH_FUNC_scl%%` | |
- `BASH_FUNC__module_raw%%` | |
- `_` | |
- `PIP_SHIMS_BASE_MODULE` | |
Pipenv–specific environment variables: | |
- `PIPENV_ACTIVE`: `1` | |
Debug–specific environment variables: | |
- `PATH`: `/home/sai/.local/share/virtualenvs/pipenvTest-bZ33EuLN/bin:/home/sai/.local/bin:/home/sai/bin:/usr/share/Modules/bin:/usr/local/bin:/usr/local/sbin:/usr/bin:/usr/sbin:/var/lib/snapd/snap/bin` | |
- `SHELL`: `/bin/bash` | |
- `LANG`: `en_US.UTF-8` | |
- `PWD`: `/home/sai/Downloads/thoth-station/thamos_sample/pipenvTest` | |
- `VIRTUAL_ENV`: `/home/sai/.local/share/virtualenvs/pipenvTest-bZ33EuLN` | |
--------------------------- | |
Contents of `Pipfile` ('/home/sai/Downloads/thoth-station/thamos_sample/pipenvTest/Pipfile'): | |
```toml | |
[[source]] | |
name = "pypi" | |
url = "https://pypi.org/simple" | |
verify_ssl = true | |
[dev-packages] | |
[packages] | |
requests = "*" | |
semver = "*" | |
[requires] | |
python_version = "3.8" | |
``` | |
Contents of `Pipfile.lock` ('/home/sai/Downloads/thoth-station/thamos_sample/pipenvTest/Pipfile.lock'): | |
```json | |
{ | |
"_meta": { | |
"hash": { | |
"sha256": "e09fd927a8159124abb85e6ecfba68c5db4fe8209e462401297d40f72b747ecf" | |
}, | |
"pipfile-spec": 6, | |
"requires": { | |
"python_version": "3.8" | |
}, | |
"sources": [ | |
{ | |
"name": "pypi", | |
"url": "https://pypi.org/simple", | |
"verify_ssl": true | |
} | |
] | |
}, | |
"default": { | |
"certifi": { | |
"hashes": [ | |
"sha256:5ad7e9a056d25ffa5082862e36f119f7f7cec6457fa07ee2f8c339814b80c9b1", | |
"sha256:9cd41137dc19af6a5e03b630eefe7d1f458d964d406342dd3edf625839b944cc" | |
], | |
"version": "==2020.4.5.2" | |
}, | |
"chardet": { | |
"hashes": [ | |
"sha256:84ab92ed1c4d4f16916e05906b6b75a6c0fb5db821cc65e70cbd64a3e2a5eaae", | |
"sha256:fc323ffcaeaed0e0a02bf4d117757b98aed530d9ed4531e3e15460124c106691" | |
], | |
"version": "==3.0.4" | |
}, | |
"idna": { | |
"hashes": [ | |
"sha256:7588d1c14ae4c77d74036e8c22ff447b26d0fde8f007354fd48a7814db15b7cb", | |
"sha256:a068a21ceac8a4d63dbfd964670474107f541babbd2250d61922f029858365fa" | |
], | |
"markers": "python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3'", | |
"version": "==2.9" | |
}, | |
"requests": { | |
"hashes": [ | |
"sha256:b3559a131db72c33ee969480840fff4bb6dd111de7dd27c8ee1f820f4f00231b", | |
"sha256:fe75cc94a9443b9246fc7049224f75604b113c36acb93f87b80ed42c44cbb898" | |
], | |
"index": "pypi", | |
"version": "==2.24.0" | |
}, | |
"semver": { | |
"hashes": [ | |
"sha256:21e80ca738975ed513cba859db0a0d2faca2380aef1962f48272ebf9a8a44bd4", | |
"sha256:c0a4a9d1e45557297a722ee9bac3de2ec2ea79016b6ffcaca609b0bc62cf4276" | |
], | |
"index": "pypi", | |
"version": "==2.10.2" | |
}, | |
"urllib3": { | |
"hashes": [ | |
"sha256:3018294ebefce6572a474f0604c2021e33b3fd8006ecd11d62107a5d2a963527", | |
"sha256:88206b0eb87e6d677d424843ac5209e3fb9d0190d0ee169599165ec25e9d9115" | |
], | |
"markers": "python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3, 3.4' and python_version < '4'", | |
"version": "==1.25.9" | |
} | |
}, | |
"develop": {} | |
} | |
``` | |
</details> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment