Once you created the venv, you will get a new directory, (with the name you 
provided in this example my_env)
In Linux you can activate as

source my_env/bin/activate

You will notice your prompt change with the venv name at the beginning 

Now you are on your venv

pip list

Will list all the libraries installed, now you can simple install as usual

pip install <your package you want>

Regards

Sent from my iPhone

> On 16 Mar 2020, at 13:59, Daniel Chiemelu <chiemeluchukwuemeka...@gmail.com> 
> wrote:
> 
> 
> So after creating the virtual environment what is next on installing django
>  
> Sent from Mail for Windows 10
>  
> From: Phako Perez
> Sent: Monday, March 16, 2020 8:42 PM
> Subject: Re: Problem
>  
> What’s the problem???
>  
> Using python 3 you can create an environment as
>  
> python3 -m venv my_env
>  
> Kindly send an error or what is the issue you face while trying to create the 
> env, so will be more easy to help, otherwise this question you can search on 
> google for a beginner tutorial
>  
> Regards
> 
> Sent from my iPhone
> 
> 
> On 16 Mar 2020, at 13:34, Daniel Chiemelu <chiemeluchukwuemeka...@gmail.com> 
> wrote:
> 
> 
> Please I am new in Django and I am finding it difficult to create a virtual 
> environment and also install Django and I had a virtual environment that I 
> created before using Flask
>  
> Sent from Mail for Windows 10
>  
>  
> 
> Virus-free. www.avast.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/5e6fd482.1c69fb81.b9f97.42e4%40mx.google.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/84A00726-EAF0-4D71-9CB6-2B9A0BD63184%40gmail.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/5e6fda79.1c69fb81.ee8e8.440a%40mx.google.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/80DD347A-A65E-443F-A75D-511F4B072C6C%40gmail.com.

Reply via email to