andrask / PyVenvManage

PyVenvManage is a plugin for managing the Python interpreter of Pycharm Projects

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

PyVenvManage

Introduction

PyVenvManage is a plugin for managing the Python interpreter of Pycharm Projects.

It is a general issue that Python projects may have several interpreters in different virtual environments for the various versions of the language. Managing these venvs is easily done with tox, but configuring the project in Pycharm is painful.

With PyVenvManage the selection and setup of the venv is a few clicks without dialog boxes.

Features

  • Popup menu item to set the project interpreter
  • Icon provider to indicate virtual environments in the project view

Install from the Official PyCharm repository

In PyCharm open Settings -> Plugins, and install PyVenv Manage.

The official plugin page is at https://plugins.jetbrains.com/plugin/10085-pyvenv-manage

Usage

usage video

License

This project is licensed under the BSD-3-Clause license - see the LICENSE.

About

PyVenvManage is a plugin for managing the Python interpreter of Pycharm Projects

License:BSD 3-Clause "New" or "Revised" License


Languages

Language:Java 61.7%Language:Kotlin 35.9%Language:Python 2.4%