venvipy
venvipy copied to clipboard
A GUI for managing Python virtual environments
Created with virtualenvwrapper `mkvirtualenv`: ``` home = /usr implementation = CPython version_info = 3.9.2.final.0 virtualenv = 20.4.0+ds include-system-site-packages = true base-prefix = /usr base-exec-prefix = /usr base-executable = /usr/bin/python3 ```...
``` $ validate-pyproject pyproject.toml Invalid file: pyproject.toml [ERROR] `project.dynamic[0]` must be one of ['version', 'description', 'readme', 'requires-python', 'license', 'authors', 'maintainers', 'keywords', 'classifiers', 'urls', 'scripts', 'gui-scripts', 'entry-points', 'dependencies', 'optional-dependencies'] ``` The...
Remove `QLabel` string _Search:_ and the following `QLineEdit` input line. Keep the _Reload_ button for testing.
When selecting `Manage Packages` from context menu in venv table the evironment doesn't update. Need to get the path to the selected environment each time `PackageInstaller().launch()` is called.
It could be a nice feature to have the option to launch a terminal with the selected virtual environment activated. However, I don't know if this could be difficult as...
I just wondering if you are interested in migrating this project to windows.