Blog

Python 3.7 And 2.7 Installation Steps On Windows 10

Changing python default versions on fedora 27?

Python websockets installation is failed on fedora linux

Network Basics

Document Clustering

Clustering Techniques

SQL Injection and Prevention Techniques

Google Form Intro and App Scripts

Download in Youtube using Youtube-dl commands

Java Network Launch Protocol File Launch Issue

javaws command is not working

Forcing Website with HTTPS instead of HTTP

Cricket Scores API's

Design Patterns

IIS Installation and Configuration on Windows 10

Unable to start debugging on the web server (IIS Error Code 405)

Google Chrome Installation on Fedora 26, CentOS / RHEL 7.4

Install Fedora 26 On Virtual Machine Using VirtualBox in Windows 10

Using screen command in fedora 25

Java JDK 1.8 Installation Steps On Windows 10

Enable Permanent SSH Access on Linux

C Program Undefined Reference Error

Curl error and couldn't resolve hostname fedora mirrors

Installing Android Studio in Windows 10

Resetting Root password on Fedora 26

Installing visual studio code editor steps for fedora 27 / centos 7 / RHEL 7

Java JNI Error UnsupportedClassVersionError in Windows 10

Install virt-customize in RHEL 8

Updating qcow2 image in RHEL 8

Remove the files from dir in another dir

Install virtualenv in RHEL 7

Install Scapy in RHEL 7

SQL ACID properties

Install virtualenv in Linux (RHEL 7/ Fedora / CentOS)



Install virtualenv in Linux (RHEL 7/ Fedora / CentOS)

Getting command not found error since virtualenv is not available on your linux machine

$ virtualenv .venv
-bash: virtualenv: command not found

lets see how to install virtualenv on linux machine (RHEL 7),

$ pip install virtualenv
-bash: pip: command not found

pip is also not installed,

$ sudo yum install python-virtualenv
Loaded plugins: search-disabled-repos
Resolving Dependencies
--> Running transaction check
---> Package python-virtualenv.noarch 0:15.1.0-2.el7 will be installed
--> Processing Dependency: python2-devel for package: python-virtualenv-15.1.0-2.el7.noarch
--> Running transaction check
---> Package python-devel.x86_64 0:2.7.5-76.el7 will be installed
--> Finished Dependency Resolution

Dependencies Resolved

-------------------------------
------------------------------------

Total download size: 2.1 M
Installed size: 3.1 M
Is this ok [y/d/N]: y
Downloading packages:
(1/2): python-devel-2.7.5-76.el7.x86_64.rpm                                                                                                                                             	| 398 kB  00:00:00	 
(2/2): python-virtualenv-15.1.0-2.el7.noarch.rpm                                                                                                                                        	| 1.7 MB  00:00:00	 
-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
Total                                                                                                                                                                          	3.8 MB/s | 2.1 MB  00:00:00	 
Running transaction check
Running transaction test
Transaction test succeeded
Running transaction
  Installing : python-devel-2.7.5-76.el7.x86_64                                                                                                                                                            	1/2
  Installing : python-virtualenv-15.1.0-2.el7.noarch                                                                                                                                                       	2/2
  Verifying  : python-virtualenv-15.1.0-2.el7.noarch                                                                                                                                                       	1/2
  Verifying  : python-devel-2.7.5-76.el7.x86_64                                                                                                                                                            	2/2

Installed:
  python-virtualenv.noarch 0:15.1.0-2.el7                                                                                                                                                                     	 

Dependency Installed:
  python-devel.x86_64 0:2.7.5-76.el7                                                                                                                                                                          	 

Complete!

Lets try virtualenv command now,

$ virtualenv venv

works as expected,

[ven]$ ..

 Blog

Python 3.7 And 2.7 Installation Steps On Windows 10

Changing python default versions on fedora 27?

Python websockets installation is failed on fedora linux

Network Basics

Document Clustering

Clustering Techniques

SQL Injection and Prevention Techniques

Google Form Intro and App Scripts

Download in Youtube using Youtube-dl commands

Java Network Launch Protocol File Launch Issue

javaws command is not working

Forcing Website with HTTPS instead of HTTP

Cricket Scores API's

Design Patterns

IIS Installation and Configuration on Windows 10

Unable to start debugging on the web server (IIS Error Code 405)

Google Chrome Installation on Fedora 26, CentOS / RHEL 7.4

Install Fedora 26 On Virtual Machine Using VirtualBox in Windows 10

Using screen command in fedora 25

Java JDK 1.8 Installation Steps On Windows 10

Enable Permanent SSH Access on Linux

C Program Undefined Reference Error

Curl error and couldn't resolve hostname fedora mirrors

Installing Android Studio in Windows 10

Resetting Root password on Fedora 26

Installing visual studio code editor steps for fedora 27 / centos 7 / RHEL 7

Java JNI Error UnsupportedClassVersionError in Windows 10

Install virt-customize in RHEL 8

Updating qcow2 image in RHEL 8

Remove the files from dir in another dir

Install virtualenv in RHEL 7

Install Scapy in RHEL 7

SQL ACID properties

Privacy Policy  |  Copyrightcopyright symbol2020 - All Rights Reserved.  |  Contact us   |  Report website issues in Github   |  Facebook page   |  Google+ page

Email Facebook Google LinkedIn Twitter
^