What major difference will virtual environment will make than global one? and is it ok creating it in pycharm?

What major difference will virtual environment will make than global one? and is it ok creating it in pycharm?

Hello @iambhushan, yes it is ok creating it in pycharm.
Sometimes, it is useful to use virtual env than the global one.
Suppose you are working on a project with python version 3.7 and now you want to create another project in that you can use the latest version of 3.8 but in case you update the whole python version than the code written for version 3.7 might bring some issue with version 3.8.
I hope it is clear to you. In case if there is any issue pls let me know. I will try my best to help you out.
In case it is clear to you, pls mark it as resolve and feel free to provide the feedback.
Thanks :slight_smile:

Yes understood it thanks

1 Like

Cool, @iambhushan pls mark this doubt as resolve and feel free to provide the feedback.
Thanks :slight_smile:

I hope I’ve cleared your doubt. I ask you to please rate your experience here
Your feedback is very important. It helps us improve our platform and hence provide you
the learning experience you deserve.

On the off chance, you still have some questions or not find the answers satisfactory, you may reopen
the doubt.