You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I ran into this when running in a docker container for #3504 -- had to specify a working directory via docker's -w flag to make it work (i.e. docker run -w '/root/' -it python:3 ..... Just recording the information for any strugglers in the same boat.
Issue description
A stacktrace is produced when running in
/
, this same stacktrace appears in #2306 but there was no resolution/fix there.Expected result
No stacktrace, perhaps a useful error message, or perhaps when in
/
it could use aname
of'root'
and "just work".Actual result
Steps to replicate
The actual result above contains a single command which replicates this issue
$ pipenv --support
Pipenv version:
'2018.11.26'
Pipenv location:
'/usr/local/lib/python3.5/site-packages/pipenv'
Python location:
'/usr/local/bin/python'
Python installations found:
3.5.6
:/usr/local/bin/python3.5m
3.5.6
:/usr/local/bin/python3
PEP 508 Information:
System environment variables:
PYTHON_VERSION
TERM
_
PYTHONFINDER_IGNORE_UNSUPPORTED
PYTHON_PIP_VERSION
PIP_SHIMS_BASE_MODULE
PYTHONDONTWRITEBYTECODE
PWD
PIP_PYTHON_PATH
HOSTNAME
HOME
PIP_DISABLE_PIP_VERSION_CHECK
SHLVL
PATH
GPG_KEY
LANG
Pipenv–specific environment variables:
Debug–specific environment variables:
PATH
:/usr/local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
LANG
:C.UTF-8
PWD
:/
The text was updated successfully, but these errors were encountered: