-
-
Notifications
You must be signed in to change notification settings - Fork 1.9k
Description
AVOID POSTING ISSUES UNDER THIS CATEGORY.
If Pipenv is not functioning as you would like it to, consider filing either a bug report, or a feature request instead.
Please refer to StackOverflow tag for more information.
Please run $ pipenv --support, and paste the results here. Don't put backticks (`) around it! The output already contains Markdown formatting.
If you're on macOS, run the following:
$ pipenv --support | pbcopy
If you're on Windows, run the following:
> pipenv --support | clip
If you're on Linux, run the following:
$ pipenv --support | xclip
$ pipenv --support
Pipenv version: '2025.0.4'
Pipenv location: '/home/<redacted>/.local/lib/python3.9/site-packages/pipenv'
Python location: '/usr/bin/python3'
OS Name: 'posix'
User pip version: '25.1.1'
user Python installations found:
3.11.9:/home/<redacted>/.pyenv/versions/3.11.9/bin/python33.11.9:/home/<redacted>/.pyenv/versions/3.11.9/bin/python3.10.14:/home/<redacted>/.pyenv/versions/3.10.14/bin/python33.10.14:/home/<redacted>/.pyenv/versions/3.10.14/bin/python3.9.2:/home/<redacted>/.pyenv/shims/python33.9.2:/usr/bin/python33.9.2:/usr/bin/python3.93.9.2:/bin/python33.9.2:/bin/python3.92.7.18:/usr/bin/python2.72.7.18:/bin/python2.72.7.2:/usr/bin/jython2.7.2:/bin/jython
PEP 508 Information:
{'implementation_name': 'cpython',
'implementation_version': '3.9.2',
'os_name': 'posix',
'platform_machine': 'x86_64',
'platform_python_implementation': 'CPython',
'platform_release': '5.10.0-36-amd64',
'platform_system': 'Linux',
'platform_version': '#1 SMP Debian 5.10.244-1 (2025-09-29)',
'python_full_version': '3.9.2',
'python_version': '3.9',
'sys_platform': 'linux'}
System environment variables:
USERLANGUAGEXDG_SEATXDG_SESSION_TYPESSH_AGENT_PIDHOMEDESKTOP_SESSIONXDG_SEAT_PATHGTK_MODULESDBUS_SESSION_BUS_ADDRESSLOGNAMEXDG_SESSION_CLASSXDG_SESSION_IDPATHXDG_SESSION_PATHXDG_RUNTIME_DIRDISPLAYLANGXDG_CURRENT_DESKTOPDESKTOP_STARTUP_IDXDG_SESSION_DESKTOPXAUTHORITYXDG_GREETER_DATA_DIRSSH_AUTH_SOCKKRB5CCNAMESHELLGDMSESSIONQT_ACCESSIBILITYGPG_AGENT_INFOXDG_VTNRPWDI3SOCKWINDOWIDCOLORFGBGCOLORTERMTERMSHLVLOLDPWDGPG_TTYZSHVISUALPYLINTRCRANGER_LOAD_DEFAULT_RCBROWSERLD_LIBRARY_PATHPAGERLESSLC_CTYPELSCOLORSLS_COLORSPYENV_ROOTPYENV_SHELLPYENV_VIRTUALENV_INITNVM_DIRNVM_CD_FLAGSNVM_BINNVM_INCPERL5LIBPERL_LOCAL_LIB_ROOTPERL_MB_OPTPERL_MM_OPT_PIP_DISABLE_PIP_VERSION_CHECKPYTHONDONTWRITEBYTECODE
Pipenv–specific environment variables:
Debug–specific environment variables:
PATH:/home/<redacted>/perl5/bin:/home/<redacted>/.nvm/versions/node/v20.17.0/bin:/home/<redacted>/.pyenv/plugins/pyenv-virtualenv/shims:/home/<redacted>/.pyenv/shims:/home/<redacted>/.pyenv/bin:/home/<redacted>/.cargo/bin:/usr/local/bin:/usr/bin:/bin:/usr/local/games:/usr/games:/home/<redacted>/bin:/snap/bin:/home/<redacted>/bin:/snap/bin:/home/<redacted>/.local/bin:/usr/local/go/bin:/home/<redacted>/go/bin:/usr/local/cuda-11.8/binSHELL:/bin/zshLANG:en_US.UTF-8PWD:/home/<redacted>
Hello,
I'm here about a change in the Pipfile which I couldn't find documentation or issues about. Running $ pipenv install -e . creates the following entry in the Pipfile: my_package = {file = ".", editable = true}. I couldn't find documentation about what the file attribute entails. Similar attribute used to exist called path, which I'm wondering whether it is just a rename or something else? If you can point me to the right documentation that is also appreciated.
Thanks in advance!
Paippi