Why this -> "shell is intended to work this way."
After type "pipenv shell"
It should stay at directory where you typed.
Jump to other directory
Provide the steps to replicate (which usually at least includes the commands and the Pipfile).
$ pipenv --support
Pipenv version: '2020.6.2'
Pipenv location: '/usr/local/Cellar/pipenv/2020.6.2/libexec/lib/python3.8/site-packages/pipenv'
Python location: '/usr/local/Cellar/pipenv/2020.6.2/libexec/bin/python3.8'
Python installations found:
/usr/local/opt/[email protected]/bin/python3/usr/local/opt/[email protected]/bin/python3.8/usr/local/bin/python3/usr/local/bin/python3.8/Users/<username>/.pyenv/versions/3.8.3/bin/python3/usr/bin/python3/usr/bin/python2/usr/bin/python2.7PEP 508 Information:
{'implementation_name': 'cpython',
 'implementation_version': '3.8.5',
 'os_name': 'posix',
 'platform_machine': 'x86_64',
 'platform_python_implementation': 'CPython',
 'platform_release': '19.6.0',
 'platform_system': 'Darwin',
 'platform_version': 'Darwin Kernel Version 19.6.0: Sun Jul  5 00:43:10 PDT '
                     '2020; root:xnu-6153.141.1~9/RELEASE_X86_64',
 'python_full_version': '3.8.5',
 'python_version': '3.8',
 'sys_platform': 'darwin'}
System environment variables:
__CF_USER_TEXT_ENCODINGPIP_DISABLE_PIP_VERSION_CHECKPYTHONDONTWRITEBYTECODEPIP_SHIMS_BASE_MODULEPIP_PYTHON_PATHPYTHONFINDER_IGNORE_UNSUPPORTEDPipenv鈥搒pecific environment variables:
PIPENV_VERBOSITY: -1Debug鈥搒pecific environment variables:
Contents of Pipfile ('/Users/username/Codes/pycodes/djangoproject/Pipfile'):
[[source]]
name = "pypi"
url = "https://pypi.org/simple"
verify_ssl = true
[dev-packages]
[packages]
[requires]
python_version = "3.8"
Also interested in why this would be the desired behaviour
Most helpful comment
Also interested in why this would be the desired behaviour