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
My project have a .venv directory inside it (which is a virtual environment made by python -m venv and another one under ~/.local/share/virtualenvs which is managed by pipenv. The thing is, running command pipenv --rm only removes the .env directory inside the project root, instead of the one managed by pipenv.
Expected result
It should ask which environments wants to be removed (instead of removing the first one)
Actual result
It only removes the first .venv directory that it finds.
Steps to replicate
Create a pipenv environment by running pipenv install [something]
Create another environment by running python -m venv .venv
run this command and see which environment is removed: pipenv --rm
Issue description
My project have a
.venv
directory inside it (which is a virtual environment made bypython -m venv
and another one under~/.local/share/virtualenvs
which is managed by pipenv. The thing is, running commandpipenv --rm
only removes the.env
directory inside the project root, instead of the one managed by pipenv.Expected result
It should ask which environments wants to be removed (instead of removing the first one)
Actual result
It only removes the first
.venv
directory that it finds.Steps to replicate
pipenv install [something]
python -m venv .venv
pipenv --rm
$ pipenv --support
Pipenv version:
'2024.4.0'
Pipenv location:
'/usr/lib/python3.13/site-packages/pipenv'
Python location:
'/usr/bin/python'
OS Name:
'posix'
User pip version:
'24.3.1'
user Python installations found:
PEP 508 Information:
System environment variables:
SHELL
SESSION_MANAGER
WINDOWID
COLORTERM
XDG_CONFIG_DIRS
FUNCNEST
XDG_SESSION_PATH
XDG_MENU_PREFIX
ICEAUTHORITY
LANGUAGE
LC_ADDRESS
LC_NAME
SHELL_SESSION_ID
MEMORY_PRESSURE_WRITE
DESKTOP_SESSION
LC_MONETARY
GTK_RC_FILES
EDITOR
XDG_SEAT
PWD
XDG_SESSION_DESKTOP
LOGNAME
XDG_SESSION_TYPE
SYSTEMD_EXEC_PID
XAUTHORITY
MOTD_SHOWN
GTK2_RC_FILES
HOME
LC_PAPER
LANG
XDG_CURRENT_DESKTOP
KONSOLE_DBUS_SERVICE
MEMORY_PRESSURE_WATCH
WAYLAND_DISPLAY
KONSOLE_DBUS_SESSION
PROFILEHOME
XDG_SEAT_PATH
INVOCATION_ID
KONSOLE_VERSION
MANAGERPID
KDE_SESSION_UID
QV4_GC_TIMELIMIT
XKB_DEFAULT_LAYOUT
XDG_SESSION_CLASS
TERM
LC_IDENTIFICATION
USER
COLORFGBG
QT_WAYLAND_RECONNECT
KDE_SESSION_VERSION
PAM_KWALLET5_LOGIN
DISPLAY
SHLVL
MOZ_ENABLE_WAYLAND
LC_TELEPHONE
LC_MEASUREMENT
XDG_VTNR
XDG_SESSION_ID
XDG_RUNTIME_DIR
DEBUGINFOD_URLS
LC_TIME
QT_AUTO_SCREEN_SCALE_FACTOR
JOURNAL_STREAM
XDG_DATA_DIRS
KDE_FULL_SESSION
BROWSER
PATH
DBUS_SESSION_BUS_ADDRESS
KDE_APPLICATIONS_AS_SCOPE
MAIL
LC_NUMERIC
KONSOLE_DBUS_WINDOW
_
PIP_DISABLE_PIP_VERSION_CHECK
PYTHONDONTWRITEBYTECODE
SECRET_KEY
PROFILE_CREDENTIAL_USERNAME
PROFILE_CREDENTIAL_PASSWORD
PROFILE_URL
PROFILE_URL_LOGIN
PROFILE_URL_VERIFY
PROFILE_URL_REFRESH
WELL_CREDENTIAL_USERNAME
WELL_CREDENTIAL_PASSWORD
WELL_URL
WELL_URL_LOGIN
WELL_URL_VERIFY
WELL_URL_REFRESH
PYTHONFINDER_IGNORE_UNSUPPORTED
Pipenv–specific environment variables:
Debug–specific environment variables:
PATH
:/home/mohammad/.cargo/bin:/home/mohammad/bin:/usr/local/sbin:/usr/local/bin:/usr/bin:/var/lib/flatpak/exports/bin:/usr/bin/site_perl:/usr/bin/vendor_perl:/usr/bin/core_perl
SHELL
:/bin/bash
EDITOR
:nano
LANG
:en_US.UTF-8
PWD
:/home/mohammad/Documents/Work/Meeraab-core/meeraab_core
The text was updated successfully, but these errors were encountered: