

Once it is done, let’s go to the next step. The previous command may take some time to finish its execution. If you want to use other versions of Python, you can do so. I just mentioned the version of Python that I’m using as Python 3.6. conda create -n djangoenv python=3.6 anaconda Open your CMD or Anaconda Prompt and create a separate environment called djangoenv by typing in the following command. So, let’s create a separate environment specifically for web development projects using the Django framework.

But creating a separate environment will be helpful to manage the projects without any package dependency confliction. Create a new environmentįirst of all, you need to create a separate environment for Django development.īy default, anaconda comes up with the base environment. Here are the steps that you need to follow to create a Django project in anaconda: 1.
#View files anaconda prompt how to#
How To Create A Django Project In Anaconda? So, you can follow along with this article even if you are not using Windows. I think the procedure is very similar in Mac and Linux too. If you are using a Windows operating system, follow along with this tutorial. So if you are dealing with such a situation, this article may help you. Finally, I got the solution after trying various things. To solve these issues, I did some research over the Internet, but couldn’t find the right solution either from YouTube and Google. Then I was back to doing my Django projects but my CMD was not able to run Django using the commands that I have been using previously. A few weeks ago, I installed Anaconda for machine learning studies and made it my default Python. I have been doing projects in Django for a while. I highly recommend you to use Anaconda for your Python projects, if you are not using it already.

#View files anaconda prompt free#
We do this process by creating a new environment.Īnaconda is a free and open-source distribution of the Python programming language for scientific computing, that helps to simplify package management and deployment. Let’s see how we can create a Django project when you are using Anaconda as your default Python.
