sagi-z / vimspectorpy

python default configurations for vimspector
MIT License
16 stars 2 forks source link

Remove virtualenv usage in the plugin #15

Closed sagi-z closed 1 year ago

sagi-z commented 1 year ago

For internal usage some modules are installed in the plugin directory in a virtual environment and virtualenv is used if found. This should be replaced with the venv module.