Created
January 29, 2022 15:55
-
-
Save ackalker/020f7660e0d2c76570c6308aa35bc998 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$ set -u | |
[miki@miki-desktop ~] | |
$ pyenv virtualenv system testenv | |
Looking in links: /tmp/tmp6nq443fa | |
Requirement already satisfied: setuptools in /home/miki/.pyenv/versions/testenv/lib/python3.10/site-packages (58.1.0) | |
Requirement already satisfied: pip in /home/miki/.pyenv/versions/testenv/lib/python3.10/site-packages (21.2.4) | |
[miki@miki-desktop ~] | |
$ pyenv activate testenv | |
pyenv-virtualenv: prompt changing will be removed from future release. configure `export PYENV_VIRTUALENV_DISABLE_PROMPT=1' to simulate the behavior. | |
bash: _OLD_VIRTUAL_PATH: unbound variable | |
bash: _OLD_VIRTUAL_PYTHONHOME: unbound variable | |
bash: _OLD_VIRTUAL_PS1: unbound variable | |
(testenv) [miki@miki-desktop ~] | |
$ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment