Page 419 - AI Ver 3.0 class 10_Flipbook
P. 419
The above code will create a new environment named myenvion with Python 3.12.7 and some basic
packages useful for working in it.
After some basic process of installation going on it will ask your confirmation to proceed for
downloading the basic packages. Press ‘y’ to continue with the installation as shown below:
After completing the installation process, you will see the screen given below: It shows that the new
virtual environment with the name myenvion has been successfully created.
Now to make the newly created virtual environment as active environment to work, type the given
command at the prompt sign:
conda activate myenvion
This would activate the virtual environment and you will notice the change in the name of the
environment from base → myenvion as shown below:
Advance Python (Practical) 417

