[email protected] ~ $ virtualenv --python=python3 --no-site-packages test Running virtualenv with interpreter /usr/bin/python3 Using base prefix ‘/usr‘ New python executable in test/bin/python3 Also creating executable in test/bin/python Installing setuptools, pip, wheel...done. [email protected] ~ $ source test/bin/activate (test)[email protected] ~ $ pip list pip (7.1.2) setuptools (18.2) wheel (0.24.0) You are using pip version 7.1.2, however version 8.1.1 is available. You should consider upgrading via the ‘pip install --upgrade pip‘ command. (test)[email protected] ~ $ deactive deactive:未找到命令 (test)[email protected] ~ $ deactivate
时间: 2024-10-05 02:14:13