Using this tool you can easily manage multiple Python environments on the same computer. It is possible to install, remove and update various packages.
Enthought
Enthought is a Windows software for creating and configuring Python environments. Users are able to manage a wide range of modules as well as resolve package conflicts. Moreover, there is support for virtualization.
Environment preparation
You can install custom Python components from different sources. Instruments for updating existing packages to their latest available versions are provided as well. Additionally, it is possible to remove specific modules from the distribution to resolve potential conflicts.
After configuring all required components users are able to convert the resulting environment to a virtual machine. This functionality is helpful for testing and experimenting with custom packages without affecting the global Python platform.
Containerization
Enthought environments can be used as a basis for building Docker containers. You are able to quickly deploy finished projects to multiple target computers without spending time configuring each machine separately.
Users can integrate the program with various popular IDEs such as Visual Studio and PyCharm. There is an API for managing Python environments via third party frameworks.
Features
- free to download and use;
- designed to help you configure and manage Python environments;
- instruments for installing, removing and updating packages are included;
- users can create Docker containers for quick deployment;
- compatible with modern versions of Windows.