create requirements file and load it in new envirnment

Solutions on MaxInterview for create requirements file and load it in new envirnment by the best coders in the world

showing results for - "create requirements file and load it in new envirnment "
Camelia
28 Jun 2018
1$ conda list -e > req.txt
2$ conda create -n <environment-name> --file req.txt