So, I use Virtual Environment for my project python/django. I can activate the Virtual Environment in my server. Please see the below result:
But when I use the "which pip" command or "which python" command. It can not specify the pip or python in Virtual Environment. What you can see the below demo. It used the pip and python in my server instead of Virtual Environment
So what's happening? Please help me?
Thanks for your helping!