Skip to content

Could not find documentation for file attribute in Pipfile #6505

@Paippi

Description

@Paippi

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/python3
  • 3.11.9: /home/<redacted>/.pyenv/versions/3.11.9/bin/python
  • 3.10.14: /home/<redacted>/.pyenv/versions/3.10.14/bin/python3
  • 3.10.14: /home/<redacted>/.pyenv/versions/3.10.14/bin/python
  • 3.9.2: /home/<redacted>/.pyenv/shims/python3
  • 3.9.2: /usr/bin/python3
  • 3.9.2: /usr/bin/python3.9
  • 3.9.2: /bin/python3
  • 3.9.2: /bin/python3.9
  • 2.7.18: /usr/bin/python2.7
  • 2.7.18: /bin/python2.7
  • 2.7.2: /usr/bin/jython
  • 2.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:

  • USER
  • LANGUAGE
  • XDG_SEAT
  • XDG_SESSION_TYPE
  • SSH_AGENT_PID
  • HOME
  • DESKTOP_SESSION
  • XDG_SEAT_PATH
  • GTK_MODULES
  • DBUS_SESSION_BUS_ADDRESS
  • LOGNAME
  • XDG_SESSION_CLASS
  • XDG_SESSION_ID
  • PATH
  • XDG_SESSION_PATH
  • XDG_RUNTIME_DIR
  • DISPLAY
  • LANG
  • XDG_CURRENT_DESKTOP
  • DESKTOP_STARTUP_ID
  • XDG_SESSION_DESKTOP
  • XAUTHORITY
  • XDG_GREETER_DATA_DIR
  • SSH_AUTH_SOCK
  • KRB5CCNAME
  • SHELL
  • GDMSESSION
  • QT_ACCESSIBILITY
  • GPG_AGENT_INFO
  • XDG_VTNR
  • PWD
  • I3SOCK
  • WINDOWID
  • COLORFGBG
  • COLORTERM
  • TERM
  • SHLVL
  • OLDPWD
  • GPG_TTY
  • ZSH
  • VISUAL
  • PYLINTRC
  • RANGER_LOAD_DEFAULT_RC
  • BROWSER
  • LD_LIBRARY_PATH
  • PAGER
  • LESS
  • LC_CTYPE
  • LSCOLORS
  • LS_COLORS
  • PYENV_ROOT
  • PYENV_SHELL
  • PYENV_VIRTUALENV_INIT
  • NVM_DIR
  • NVM_CD_FLAGS
  • NVM_BIN
  • NVM_INC
  • PERL5LIB
  • PERL_LOCAL_LIB_ROOT
  • PERL_MB_OPT
  • PERL_MM_OPT
  • _
  • PIP_DISABLE_PIP_VERSION_CHECK
  • PYTHONDONTWRITEBYTECODE

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/bin
  • SHELL: /bin/zsh
  • LANG: en_US.UTF-8
  • PWD: /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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions