In this video, we describe how to create a virtual environment on Ubuntu 16.04.
Commands used:
apt-get update
apt-get install python-virtualenv
virtualenv -p /usr/bin/python3 virtualenvironment/project_1
cd virtualenvironment/project_1/bin
source activate
$ source virtualenvironment/project_1/bin/activate
(project_1) root@host2:~# deactivate
The related article for this article can be found here: https://www.liquidweb.com/kb/creating...
For more information about this and other topics, visit us at https://www.liquidweb.com/kb/ or to learn more about our Private Cloud Powered by VMware and NetApp, visit: https://www.liquidweb.com/products/pr...
Video by: Justin Palmer
Watch video Creating a Virtual Environment for Python on Ubuntu 16.04 online without registration, duration hours minute second in high quality. This video was added by user Liquid Web 06 May 2020, don't forget to share it with your friends and acquaintances, it has been viewed on our site 1,268 once and liked it 9 people.