ebresie / python4nb

This is a Python Plugin for Netbeans.
Apache License 2.0
13 stars 1 forks source link

Implement Python installation feature #24

Open ebresie opened 2 years ago

ebresie commented 2 years ago

This enhancement will involve giving the user of installing a new installation of Python similar to how the Netbeans Java installation feature works.

The use case is \to open applicable wizard, read in information about available version (python 2.x, 3.x, jython, anaconda, etc.), allow review of available pythons within a list dialog, allow selection, and allow installation. The newly installed python will then show up under the available Tool...Python platform area.

There may be some overlay with #22 which involves virtual environments (i.e. an instance of a python environment with specific python version and applicable version specific or project specific packages/modules included)