Can't uninstall editable packages even explicitly given to uninstall
command
#3240
Labels
Type: Bug 🐛
This issue is a bug.
Type: Regression
This issue is a regression of a previous behavior.
Milestone
Issue description
Only compared with pipenv v2018.7.1
pipenv uninstall --all
won't remove the editable packages. (Same on 2018.7.1, not sure if it is intentional.pipenv uninstall <package_name>
won't remove the editable packages. (Fine on 2018.7.1)Expected result
pipenv uninstall
should remove the editable packages as well.Actual result
❯ pipenv uninstall --all Un-installing all [dev-packages] and [packages]… Found 0 installed package, skip purging. Environment now purged and fresh!
Steps to replicate
Get a project with editable packages in
Pipfile
$ pipenv install -d
$ pipenv uninstall --all
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:
If you're on Windows, run the following:
If you're on Linux, run the following:
$ pipenv --support
Pipenv version:
'2018.11.14'
Pipenv location:
'/Users/fming/.local/venvs/pipenv/lib/python3.7/site-packages/pipenv'
Python location:
'/Users/fming/.local/venvs/pipenv/bin/python'
Python installations found:
3.7.1
:/Users/fming/Library/PythonUp/bin/python3
3.7.1
:/Users/fming/Library/PythonUp/bin/python3.7m
3.7.1
:/usr/local/bin/python3
3.7.1
:/usr/local/bin/python3.7m
2.7.15
:/Users/fming/Library/PythonUp/cmd/python2.7
2.7.10
:/usr/bin/python
2.7.10
:/usr/bin/pythonw
2.7.10
:/usr/bin/python2.7
PEP 508 Information:
System environment variables:
TERM_SESSION_ID
SSH_AUTH_SOCK
Apple_PubSub_Socket_Render
COLORFGBG
ITERM_PROFILE
XPC_FLAGS
LANG
PWD
SHELL
SECURITYSESSIONID
TERM_PROGRAM_VERSION
TERM_PROGRAM
PATH
DISPLAY
COLORTERM
COMMAND_MODE
TERM
HOME
TMPDIR
USER
XPC_SERVICE_NAME
LOGNAME
__CF_USER_TEXT_ENCODING
ITERM_SESSION_ID
SHLVL
OLDPWD
ZSH
PAGER
LESS
LC_CTYPE
LSCOLORS
PROMPT_EOL_MARK
GOPATH
GPG_TTY
_
PIP_DISABLE_PIP_VERSION_CHECK
PYTHONDONTWRITEBYTECODE
PIP_SHIMS_BASE_MODULE
PIP_PYTHON_PATH
PYTHONFINDER_IGNORE_UNSUPPORTED
Pipenv–specific environment variables:
Debug–specific environment variables:
PATH
:/Users/fming/wkspace/go/bin:/Users/fming/Library/PythonUp/bin:/Users/fming/Library/PythonUp/cmd:/Users/fming/.local/bin:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/aria2/bin:/usr/local/MacGPG2/bin:/opt/X11/bin
SHELL
:/bin/zsh
LANG
:zh_CN.UTF-8
PWD
:/Users/fming/wkspace/github/marko
Contents of
Pipfile
('/Users/fming/wkspace/github/marko/Pipfile'):Contents of
Pipfile.lock
('/Users/fming/wkspace/github/marko/Pipfile.lock'):The text was updated successfully, but these errors were encountered: