I created a python virtual environment using this command:
$ python -m venv panda
It has been created successfully but when I try to activate the environment using:
$ activate panda/Scripts/activate.bat
It gives me the following error:
Not a conda environment: F:\panda\Scripts\activate.bat
I'm using:
- conda 4.10.3
- Python 3.9.7
- Git Bash 2.35.1.windows.2