I am using python 3.10, and create a virtual environment using
python -m venv .venv
seems bin folder generated in proper way, however when I use
source .venv/bin/activate
(venv) not showing up
tried:
- export $PATH='usr/local/python3.10/bin'
- create virtual environment using pycharm / vs code
- /usr/local/python3.10 -m venv .venv
- It's not zsh profile settings issue as well the, zshrc setting doesn't work for me none of above solved the problem