Hello Techkie,
Its been Long time, I haven't posted on my blog. I stuck in some problems.
anyway. I am back on track.
I will show you, How to Create Virtual Environment.
1) Install Virtual Environment
2)Create Virtual Environment
3)Activate Virtual Environment
Its been Long time, I haven't posted on my blog. I stuck in some problems.
anyway. I am back on track.
I will show you, How to Create Virtual Environment.
1) Install Virtual Environment
$ [sudo] pip install virtualenv
2)Create Virtual Environment
virtualenv -p /usr/bin/python3.5 <Virtual Env name>
3)Activate Virtual Environment
source <Virtual Env name>/bin/activate
0 comments :
Post a Comment