[PYTHON] What to do if pip --user returns an error in a virtual environment created with pyenv

problem

When I created a virtual environment of python3.8.2 using pyenv and tried to install a package with pip,

ERROR: Can not perform a '--user' install. User site-packages are not visible in this virtualenv.

I got the error, so the target method. (Mac)

Target law

Go to the directory with the virtual environment

/usr/local/python_env/py3env

Create a file called pip.conf.

touch pip.conf

In the contents

[global]
user = false

It is described as.

Recommended Posts

What to do if pip --user returns an error in a virtual environment created with pyenv
What to do if you get an Undefined error when trying to use pip with pyenv
What to do if pyenv install does not proceed with an error
What to do if you can't install with pip in babun environment
[OSX] [pyenv] What to do when an SSL error occurs in pip
What to do if a UnicodeDecodeError occurs in pip
[Python] What to do if an error occurs in pip (pyinstaller, pyautogui, etc.)
What to do if you get an error when installing python with pyenv
What to do if pip gives a DistributionError in Homebrew
What to do if a 0xC0000005 error occurs in tf.train.start_queue_runners ()
What to do if you get an OpenSSL error when installing Python 2 with pyenv
What to do if you run python in IntelliJ and end with an error
What to do if you get an error when running "certbot renew" in CakePHP environment
What to do if an error occurs when importing numpy with VScode
What to do if you get a "No versions found" error in pipenv
What to do when SSL error occurs in pip in Windows10, miniconda, VScode environment
What to do if a Unicode Encode Error occurs in Sublime Text Python
A complete guidebook to using pyenv, pip and python in an offline environment
What to do if pip install fails in Xcode 5.1
What to do if you get an error when trying to send a message in tasks.loop () immediately after startup
What to do if you are told "Import Error: cannot import name'HTTPSHandler'" when building a virtual environment using virtualenv
What to do if the print command itself causes an error in Maya python
What to do if you get an error when importing matplotlib in Python (Mac)
What to do when an error occurs with import _ssl
What to do if you get a Call with too many input arguments error at DoAndReturn in a golang test
What to do if a communication error occurs due to proxy when installing with package management of pip, npm, gem
What to do if you can't install pyaudio with pip #Python
What to do if you get a minus zero in Python
[Beanstalk] What to do when an error occurs with import uuid
What to do if you get an error saying c compiler cannot create executables in configure
What to do if you get a must override `get_config` error when trying to model.save in Keras
Build a python virtual environment with pyenv
Creating a virtual environment in an Anaconda environment
EC2 / Amazon Linux2: What to do if you get an "unable to execute'gcc': No such file or directory" error with pip install
What to do if an error message "There was a problem displaying this web page" is displayed in Chrome's Web Driver (Selenium)
What to do if there is a decimal in python json .dumps
What to do if you couldn't send an email to Yahoo with Python.
What to do if you get lost in file reference with FileNotFoundError
What to do if you get a TypeError with numpy min, max
What to do if you get an error when trying to load mnist
What to do if you get Could not fetch URL 443 with pip
What to do if you get an error when installing Dlib (Ubuntu)
What to do when psycopg2 throws an error when pipenv lock under Pipenv environment
What to do when a warning message is displayed in pip list
What to do if you get angry with "Value Error: unknown local: UTF-8" in python manage.py syncdb
It is good to create an environment with runtime error => venv when using pyplot backends of macosx on a virtual environment created with virtualenv.
What to do if pipreqs results in UnicodeDecodeError
Start Django in a virtual environment with Pipenv
Note: What to do if pip install fails
Create a virtual environment with conda in Python
[Memo] Build a virtual environment with Pyenv + anaconda
Build a virtual environment with pyenv and venv
What to do if pip cannot be installed
Work in a virtual environment with Python virtualenv.
[python] What to do when an error occurs in send_keys of headless chrome
What to do if scrapy doesn't work after installing scrapy with pip on mac
What to do if Django can't load an image from a static folder
What to do if NotADirectoryError: [Errno 20] Not a directory:'xdg-settings' appears in jupyter notebook
What to do if an SSL connection error (ssl.SSLError: [SSL: DH_KEY_TOO_SMALL]) occurs on Ubuntu 20.04
What to do if you get an "unknown service" error from your gRPC server
Create a virtual environment with Anaconda installed via Pyenv