Creating an environment does in general not mean that Conda will install new copies of all required packages. Instead, whenever possible, it will use hard links to a single central installation of each package, such that environments are lightweight even if hundreds of packages are involved. To use the commands installed in above new environment, it must first be activated by issuing the following command: