How to use pipenv to install python2, in an environment without python2 so that python2 is used only in the project without affecting the environment.

I tried pipenv install-two

as a result, pipenv is installed with python3, currently used in my environment
without any error.

is there any way to install a stand-alone environment for pipenv? Thank you.

Feb.16,2022

use miniconda. It is convenient to create a multi-environment installation package


pipenv install-- two is to install py2
pipenv without the function of downloading and installing the python interpreter, that is, to use the python, in the system, you need to install a py2 in the system

.
MySQL Query : SELECT * FROM `codeshelper`.`v9_news` WHERE status=99 AND catid='6' ORDER BY rand() LIMIT 5
MySQL Error : Disk full (/tmp/#sql-temptable-64f5-1b3aa32-2c220.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
MySQL Errno : 1021
Message : Disk full (/tmp/#sql-temptable-64f5-1b3aa32-2c220.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
Need Help?