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
When I want to remove a dev-package from the Pipfile and Pipfile.lock, I ran the command pipenv uninstall <package> --dev. The docs state, that pipenv uninstall takes the same arguments as pipenv install.
Expected result
Uninstall the dev-package and remove it from the Pipfile and Pipfile.lock.
I tried it with the ruff package. Installed it with pipenv install ruff --dev. It was added to the Pipfile and Pipfile.lock. Then tried to remove it with pipenv uninstall ruff --dev, which threw the error above.
Issue description
When I want to remove a dev-package from the Pipfile and Pipfile.lock, I ran the command
pipenv uninstall <package> --dev
. The docs state, thatpipenv uninstall
takes the same arguments aspipenv install
.Expected result
Uninstall the dev-package and remove it from the Pipfile and Pipfile.lock.
Actual result
Steps to replicate
Contents of
Pipfile
:I tried it with the
ruff
package. Installed it withpipenv install ruff --dev
. It was added to the Pipfile and Pipfile.lock. Then tried to remove it withpipenv uninstall ruff --dev
, which threw the error above.$ pipenv --support
Pipenv version:
'2024.4.0'
Pipenv location:
'/usr/local/Cellar/pipenv/2024.4.0/libexec/lib/python3.13/site-packages/pipenv'
Python location:
'/usr/local/Cellar/pipenv/2024.4.0/libexec/bin/python'
OS Name:
'posix'
User pip version:
'24.3.1'
user Python installations found:
PEP 508 Information:
System environment variables:
COMMAND_MODE
TERM_SESSION_ID
LC_CTYPE
SHELL
__CFBundleIdentifier
TMPDIR
HOME
SSH_AUTH_SOCK
PATH
XPC_SERVICE_NAME
TERM
LOGNAME
USER
XPC_FLAGS
__CF_USER_TEXT_ENCODING
TERMINAL_EMULATOR
SHLVL
PWD
OLDPWD
ZSH
PAGER
LESS
LSCOLORS
LS_COLORS
KUBE_CONFIG_PATH
PIP_DISABLE_PIP_VERSION_CHECK
PYTHONDONTWRITEBYTECODE
PIP_PYTHON_PATH
PIPENV_ACTIVE
PS1
_
PYTHONFINDER_IGNORE_UNSUPPORTED
Pipenv–specific environment variables:
PIPENV_ACTIVE
:1
Debug–specific environment variables:
PATH
:/usr/local/bin:/System/Cryptexes/App/usr/bin:/usr/bin:/bin:/usr/sbin:/sbin:/var/run/com.apple.security.cryptexd/codex.system/bootstrap/usr/local/bin:/var/run/com.apple.security.cryptexd/codex.system/bootstrap/usr/bin:/var/run/com.apple.security.cryptexd/codex.system/bootstrap/usr/appleinternal/bin
SHELL
:/bin/zsh
PWD
:/Users/marwin.roth/IdeaProjects/sdk
The text was updated successfully, but these errors were encountered: