Skip to content

Instantly share code, notes, and snippets.

@ackalker
Created January 29, 2022 15:55
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ackalker/020f7660e0d2c76570c6308aa35bc998 to your computer and use it in GitHub Desktop.
Save ackalker/020f7660e0d2c76570c6308aa35bc998 to your computer and use it in GitHub Desktop.
$ 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