-
-
Notifications
You must be signed in to change notification settings - Fork 427
Closed
Description
Too many issues will kill our team's development velocity, drastically.
Make sure you have checked all steps below.
Prerequisite
- Make sure your problem is not listed in the common build problems.
- Make sure no duplicated issue has already been reported in the pyenv-virtualenv issues. You should look in closed issues, too.
- Make sure you are not asking us to help solving your specific issue.
- GitHub issues is opened mainly for development purposes. If you want to ask someone to help solving your problem, go to some community site like Gitter, StackOverflow, etc.
- Make sure your problem is not derived from packaging (e.g. Homebrew).
- Please refer to the package documentation for the installation issues, etc.
- Make sure your problem is not derived from other plugins.
- This repository is maintaining the
pyenv-virtualenvplugin only. Please refrain from reporting issues of other plugins here.
- This repository is maintaining the
Description
- Platform information (e.g. Ubuntu Linux 20.04): ubuntu-22.04.4-live-server-arm64 and macOS 13.5 m1
- OS architecture (e.g. amd64): arm64
- pyenv version: pyenv 2.3.36
- pyenv-virtualenv version: pyenv-virtualenv 1.2.2 (python -m venv)
- Python version: 3.8.10
- virtualenv version (if installed): no
- Please attach the debug log of a faulty Pyenv invocation as a gist
Additional
Execute the following command to create a virtual environment and set the virtual environment as global.
pyenv virtualenv 3.8.10 py38
pyenv global py38
python -m venv venv
Then I cannot activate the customized environment through the following command.
source venv/bin/activate
I determined that this was an issue with pyenv-virtualenv, and it was reproducible reliably on both macOS and my newly created ubuntu server (for privacy reasons).
Metadata
Metadata
Assignees
Labels
No labels