Setting Up A Python Environment Pycharm
Aims:
To configure the Pycharm development environment to use a specific virtual environment. This is specifically concerning using pycharm with git.
URLs used:
Using a specific python virtual environment and libraries in pycharm
simply choose the virtual env when you create a new project
using pycharm with git
Setup
- configure the plugin
- enter the setting (ctrl+alt+s)
- select the
option in the IDE settings - Ensure the GIT plugin is selected
- If not install the plugin ##Configue Follow this user guide
Written on January 6, 2014