Blog


Install cx_Freeze in Anaconda virtual environment – Windows

cx_Freeze is a tool to create Python executable. Steps: Open Anaconda prompt. Goto Windows-icon. Type “Anaconda Prompt”. Select the suggestion shown. Set the Anaconda virtual environment in the Anaconda prompt. activate ch2_venv “ch2_venv” happens to be my virtual env. You choose yours. then use pip to install like so: pip install cx_Freeze pip install idna […]