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 executing pipenv run xxx commands, environment seems to be loaded two times.
Expected result
Should only be executed one time.
Actual result
tobias@mac-mini % pipenv run prod
Loading .env environment variables...
Loading .env environment variables...
Installing dependencies from Pipfile.lock (0cb9e0)...
All dependencies are now up-to-date!
Upgrading in dependencies.
Building requirements...
Resolving dependencies...
✔ Success!
Building requirements...
Resolving dependencies...
✔ Success!
Installing dependencies from Pipfile.lock (0cb9e0)...
All dependencies are now up-to-date!
Steps to replicate
Provide the steps to replicate (which usually at least includes the commands and the Pipfile).
Please run $ pipenv --support, and paste the results here. Don't put backticks (`) around it! The output already contains Markdown formatting.
Might be related to this (closed) ticket: #6198
Issue description
When executing
pipenv run xxx
commands, environment seems to be loaded two times.Expected result
Should only be executed one time.
Actual result
Steps to replicate
Provide the steps to replicate (which usually at least includes the commands and the Pipfile).
Please run
$ pipenv --support
, and paste the results here. Don't put backticks (`
) around it! The output already contains Markdown formatting.$ pipenv --support
Pipenv version:
'2024.4.0'
Pipenv location:
'/Library/Frameworks/Python.framework/Versions/3.13/lib/python3.13/site-packages/pipenv'
Python location:
'/Library/Frameworks/Python.framework/Versions/3.13/bin/python3.13'
OS Name:
'posix'
User pip version:
'24.3.1'
user Python installations found:
PEP 508 Information:
System environment variables:
__CFBundleIdentifier
TMPDIR
XPC_FLAGS
LaunchInstanceID
TERM
SSH_AUTH_SOCK
SECURITYSESSIONID
XPC_SERVICE_NAME
TERM_PROGRAM
TERM_PROGRAM_VERSION
TERM_SESSION_ID
SHELL
HOME
LOGNAME
USER
PATH
SHLVL
PWD
OLDPWD
HOMEBREW_PREFIX
HOMEBREW_CELLAR
HOMEBREW_REPOSITORY
INFOPATH
NVM_DIR
NVM_CD_FLAGS
NVM_RC_VERSION
LC_CTYPE
_
__CF_USER_TEXT_ENCODING
PIP_DISABLE_PIP_VERSION_CHECK
PYTHONDONTWRITEBYTECODE
ECOMBOOSTER_DEMO_MODE
ECOMBOOSTER_URL_PROD
AWS_ACCESS_KEY_ID
AWS_SECRET_ACCESS_KEY
AWS_BUCKET_NAME
SENTRY
SENDGRID_API_KEY
ECOMBOOSTER_COMPANY_NAME
ECOMBOOSTER_CUSTOMER_MEDIA_STORAGE_PATH
ECOMBOOSTER_USERNAME
ECOMBOOSTER_PASSWORD
EMAIL_TO_LIST
SCRAPER_NAME
SCRAPER_USERNAME
SCRAPER_PASSWORD
PYTHONFINDER_IGNORE_UNSUPPORTED
Pipenv–specific environment variables:
Debug–specific environment variables:
PATH
:/Users/tobias/.pyenv/versions/3.12.8/bin:/Users/tobias/.pyenv/versions/3.13.1/bin:/opt/homebrew/bin:/opt/homebrew/sbin:/Library/Frameworks/Python.framework/Versions/3.13/bin:/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/tobias/Code/kilamobler_brafab
Contents of
Pipfile
('/Users/tobias/Code/kilamobler_brafab/Pipfile'):Contents of
Pipfile.lock
('/Users/tobias/Code/kilamobler_brafab/Pipfile.lock'):Had to remove this, post was >65k
The text was updated successfully, but these errors were encountered: