Hi Ravi, There is no difference, both works same, however when you use the virtual environment, all the package you install will be available only in that venv, so you can create an environment per project and each project will have their own package list, each with their own version.
On the other hand, normal code you can install any package your projects needs, but all will works with same version, if you face a project needs to downgrade the version package N, you may face issues with the others projects as this will affect directly. Regards Sent from my iPhone > On 19 Mar 2020, at 7:13, Ravi Prakash <ravi.tamra...@virtualclone.in> wrote: > > > Hi All > > What is the difference between the virtual environment and normal code in > pycharm? > > Can you explain, please > > > Virtual Clone > VirtualTech Outsourcing Services Pvt Ltd > 59/B, Plot No. 4, 5 and 6, Nehru Nagar (West) > Bhilai, Chhattisgarh - 490 020, India > www.virtualclone.in > > ************************************************************ > LEGAL DISCLAIMER: The contents of this electronic communication and any > attached documents are strictly confidential and they may not be used or > disclosed by someone who is not a named recipient. > > If you have received this electronic communication in error please notify the > sender by replying to this electronic communication inserting the word > "misdirected" as the subject and delete this communication from your system. > ************************************************************ > > -- > You received this message because you are subscribed to the Google Groups > "Django users" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to django-users+unsubscr...@googlegroups.com. > To view this discussion on the web visit > https://groups.google.com/d/msgid/django-users/f71b0415-e137-4b02-b3d5-a3ecc644be09%40googlegroups.com. -- You received this message because you are subscribed to the Google Groups "Django users" group. To unsubscribe from this group and stop receiving emails from it, send an email to django-users+unsubscr...@googlegroups.com. To view this discussion on the web visit https://groups.google.com/d/msgid/django-users/569C72CA-BC31-405F-BD77-B5DAE849456A%40gmail.com.