Mike, Pycharm works well with venv, for me. Within pycharm projects settings, I configure my current interpreter to point to the appropriate venv https://www.jetbrains.com/help/pycharm/configuring-python-interpreter.html
If you instantiate shells within pycharm, which I do a bit, you still need to somehow switch to the right venv. There are a few different ways of doing that, including - passing params to the shell (set up via project settings) - switching to the venv, as you normally would, once in the shell. I tend to do this, using virtual env wrapper https://virtualenvwrapper.readthedocs.io/en/latest Cheers -gav On Wed, Nov 22, 2017 at 11:49 AM, Mike Dewhirst <mi...@dewhirst.com.au> wrote: > I seem to have a blind-spot with PyCharm. I'd like to try it out with an > existing project but it incorrectly reports problems with missing bits and > pieces of my project which are all there in the virtualenv. > > Are there any PyCharm fans out there who develop in Windows? > > How can I get PyCharm to respect an existing venv site-packages? > > Thanks > > Mike > > _______________________________________________ > melbourne-pug mailing list > melbourne-pug@python.org > https://mail.python.org/mailman/listinfo/melbourne-pug >
_______________________________________________ melbourne-pug mailing list melbourne-pug@python.org https://mail.python.org/mailman/listinfo/melbourne-pug