Martin Skarzynski
Results
2
issues of
Martin Skarzynski
I can't get ncm-R to work consistently. I see autosuggestions only sometimes. I would like the plugin to work like in your video. I'm on a Mac OS High Sierra...
can't reproduce
Using virtualenv-api version 2.1.17, I can install `my_package` and then print the package name: ``` from virtualenvapi.manage import VirtualEnvironment env = VirtualEnvironment('.') env.install('.') print(env.installed_package_names) ``` Result: ``` ['pip', 'setuptools', 'my_package',...