pyenv / pyenv-virtualenv

a pyenv plugin to manage virtualenv (a.k.a. python-virtualenv)
MIT License
6.37k stars 403 forks source link

Create a new venv with `permisson denied` error #393

Closed ghost closed 3 years ago

ghost commented 3 years ago

I use root account to execute pyenv virtualenv 3.8.0 venv, but raise

/root/.pyenv/bin/pyenv: line 134: /root/.pyenv/plugins/pyenv-virtualenv/bin/pyenv-virtualenv: Permission denied
ghost commented 3 years ago

I work out this with deleting this plugin and git clone again