Last active
April 18, 2018 10:43
-
-
Save ncole458/2b1b21a66d8565725d837073b449e587 to your computer and use it in GitHub Desktop.
PyCharm VENV (How to configure PyCharm to use virtual environment)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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