I am at a loss so I apologise if this is a repeated question.
I have currently set up a virtual environment via the command python3 -m .venv env
and attempted to install a package that is local to the virtual environment through python3 -m pip install
however for some reason the package is installed into my global package list.
Upon activating my virtual environment pip list
shows the correct local installs
However, after installing a package, pip installs into the global environment