Skip to content

Instantly share code, notes, and snippets.

@ncole458
Last active April 18, 2018 10:43
Show Gist options
  • Save ncole458/2b1b21a66d8565725d837073b449e587 to your computer and use it in GitHub Desktop.
Save ncole458/2b1b21a66d8565725d837073b449e587 to your computer and use it in GitHub Desktop.
PyCharm VENV (How to configure PyCharm to use virtual environment)
# Reminder for me! How to configure PyCharm to use venv
- create virtual env as per usual via command line
- PyCharm > Preferences > Project / Project Interp.
- click cog > Add Local & and select Python from within local project bin
- Done!
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment