• Skip to primary navigation
  • Skip to main content
  • Skip to primary sidebar
sharadchhetri

sharadchhetri

Tutorials On Linux, Unix & Open Source

  • Home
  • Linux Commands
  • Resources
    • Learn Linux
  • My WordPress plugins

python

Activate.ps1 cannot be loaded because running scripts is disabled on this system

January 8, 2022 by Sharad Chhetri

python virtual environment

We encountered with this error “Activate.ps1 cannot be loaded because running scripts is disabled on this system” while activating the Python virtual environment in Windows system. The solution is quite simple and reason of this error is due to the Windows Execution policy. In our system, the error was like this. In the below section, […]

Filed Under: Windows Tagged With: python, windows

Python headers are required to build Mercurial but weren’t found

August 18, 2015 by Sharad Chhetri

While installing Readthedocs package inside Virtual Environement on Ubuntu 14.04 LTS , I found this error “Python headers are required to build Mercurial but weren’t found in /usr/include/python2.7/Python.h” . It seems the dependency issue with header files for python. So what should be fix for this issue. It is very simple, we have to installed […]

Filed Under: Linux Tagged With: python

Remove python module installed from source code on Linux

July 21, 2014 by Sharad Chhetri Leave a Comment

The post describe about how to remove python module installed from source code on Linux. We use python setup.py install command to install the python module from source code. The related files copied to various path. Hence we will target these files copied in various path You must have extracted(untar) source code of that particular […]

Filed Under: Linux Tagged With: python

Install lxml by using pip command on Ubuntu 14.04 LTS

July 12, 2014 by Sharad Chhetri Leave a Comment

lxml is a python library used for processing XML and HTML.In this post we will learn, how to install lxml by using pip command. We will use pip to install lxml on Ubuntu 14.04 LTS. It is important to install dependency prior using pip command to install lxml Install the dependencies. sudo apt-get install libxml2-dev […]

Filed Under: Linux Commands Tagged With: linux command, python

How To Install pip3 / pip2 In Linux

May 30, 2014 by Sharad Chhetri 9 Comments

install pip on CentOS/RHEL/Ubuntu/Debian

In this tutorial, we will learn how to install pip3 / pip2 on Rocky/ RHEL/Ubuntu/Debian/CentOS Linux Operating System. After installation method, you will get some pip command examples. It will help you to kickstart on pip command. In this post we have covered both pip3 and pip2 installation method. We have been maintaining this post […]

Filed Under: Linux Tagged With: CentOS, pip, python

error command ‘gcc’ failed with exit status 1 in Ubuntu

July 31, 2013 by Sharad Chhetri Leave a Comment

While installing the python module I got this error ,”error command ‘gcc’ failed with exit status 1 ” To solve this issue install python-dev package sudo apt-get install python-dev Now recheck,I hope the problem is solved now.

Filed Under: Linux, Tips And Tricks Tagged With: python

  • Go to page 1
  • Go to page 2
  • Go to Next Page »

Primary Sidebar

Our Social Media Presence

  • Facebook
  • GitHub
  • Twitter

Linux Command

What is Linux Internal And External Command

Linux Basic Commands With Examples For Every Beginner

tr command to convert lines to space , tab and vertical tab

smbpasswd command not found on CentOS 7 and RHEL 7

Solution : semanage command not found

Unix / Linux : How to print duplicate lines from file

More Posts from this Category

You Might Like These Articles!

simplecodesyntax wordpress plugin

SimpleCodeSyntax : My Another WordPress Plugin

Install Nginx

How To Install Nginx On Ubuntu 22.04 LTS

Install Latest Git package in Ubuntu Operating System

How To Always Install Latest Git Package In Ubuntu Operating System

Bash script for installing VirtualBox on Ubuntu 22.04 LTS Desktop

Install VirtualBox On Ubuntu 22.04 LTS Desktop (Bash Script)

libfuse

dlopen(): error loading libfuse.so.2 – Got Error On Ubuntu

Failed to open/create the internal network

VirtualBox Error: Failed to open/create the internal network

Always Useful Tips And Tricks

How to page scroll up/down in Linux terminal

How to zip directory in linux explained with examples

The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in the HTML form

Nagios HTTP WARNING: HTTP/1.1 403 Forbidden

How to convert float to integer number

curl command to check the http status

How to find swap partition or file in linux

Explore 90+ Article On "Linux Tips And Tricks"

Copyright © 2023 ยท
The material in this site cannot be republished either online or offline, without our permission.
Proudly Blogging From Bharat.

  • Contact
  • About Me
  • My WordPress plugins
  • Privacy Policy