Closed
Description
Describe the bug
Not able to install python packages inside a virtualenv.
Steps to reproduce
- Open https://gitpod.io/#https://github.com/tekumara/typed-cookie
- Source the venv:
. venv/bin/activate
pip install pytest
Expected behavior
The python package is installed into the virtualenv
Additional information
(venv) gitpod /workspace/typed-cookie $ pip install pytest
ERROR: Can not perform a '--user' install. User site-packages are not visible in this virtualenv.
WARNING: You are using pip version 20.2.1; however, version 20.2.3 is available.
You should consider upgrading via the '/workspace/typed-cookie/venv/bin/python3 -m pip install --upgrade pip' command.