'created virtual environment , but cant access it
it shows created virtual environment. But it is not redirect to virtual environment . after I upgraded the pip no changes where appear . please help me to get that.
Solution 1:[1]
Virtualenv is created. You need to activate virtual environment too
Like:
venv_name\Scripts\activate
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
| Solution | Source |
|---|---|
| Solution 1 | gajendragarg |
