Creating new virtual env in Python3 core

First install virtualenv package


pip3 install virtualenv

Now you can create new environment lets flaskblog


python3 -m virtualenv flaskblog

Now Source it

source flaskblog/bin/activate

Use below command to quit environment
deactivate



You can alway check environment with 
which python3

Comments

Popular posts from this blog

wxFormBuilder setup on ubuntu

Learning and practicing R with swirl

Creating blocks in gist.github to show on bl.ock.org