I had pants running correctly but now it seems it ...
# general
p
I had pants running correctly but now it seems it is not recognizing my python env. I had a virtual environment
c3venv
but that one no longer exists, I created a new one
new_env
but the error indicates pants keeps pointing to the unexisting env. After manually setting the
pants_python
variable in the
pants
finds python but it does not recognize the pants module anymore. Does anyone know how to fix this?