no module found: paraview error

I followed the thread Not able to import paraview.simple module on windows still i am not able to run paraview and am getting not module found error:

This is path in environment variable:

and this is my pythonpath variable:

and still when i run my code

PS C:\work\paraview Projs\paraviewPY> & C:/Users/pravin/AppData/Local/Programs/Python/Python39/python.exe "c:/work/paraview Projs/paraviewPY/main.py"
Traceback (most recent call last):
  File "c:\work\paraview Projs\paraviewPY\main.py", line 2, in <module>
    from paraview.simple import *  
ModuleNotFoundError: No module named 'paraview'
PS C:\work\paraview Projs\paraviewPY>

in my console !!

is this how not i am supposed to make it work?

You’ll need some path under that ParaView 5.10.1-… directory in PYTHONPATH. The site-packages one at the top of your PATH should be in PYTHONPATH instead.