Skip to content

Magenaut

  • Home
  • Topics
    • Notes
    • Tutorial
    • Bug fixing
    • Extension
    • Server
  • Q&A
  • Privacy Policy
  • About

virtualenv

What is the difference between venv, pyvenv, pyenv, virtualenv, virtualenvwrapper, pipenv, etc?

August 21, 2022 by Magenaut

Python 3.3 includes in its standard library the new package venv. What does it do, and how does it differ from all the other packages that seem to match the regex (py)?(v|virtual|pip)?env?

Categories Python, Q&A Tags pyenv, python, python-venv, virtualenv, virtualenvwrapper Leave a comment

No module named pkg_resources

August 21, 2022 by Magenaut

I’m deploying a Django app to a dev server and am hitting this error when I run pip install -r requirements.txt:

Categories Python, Q&A Tags django, pip, python, setuptools, virtualenv Leave a comment

What is a virtualenv, and why should I use one?

August 20, 2022 by Magenaut

I am trying to install a Python package with this command

Categories Python, Q&A Tags pip, python, virtualenv Leave a comment

Comprehensive beginner’s virtualenv tutorial?

August 20, 2022 by Magenaut

I’ve been hearing the buzz about virtualenv lately, and I’m interested. But all I’ve heard is a smattering of praise, and don’t have a clear understanding of what it is or how to use it. I’m looking for (ideally) a follow-along tutorial that can take me from Windows or Linux with no Python on it, … Read more

Categories Python, Q&A Tags python, virtualenv Leave a comment

How can I install packages using pip according to the requirements.txt file from a local directory?

August 20, 2022 by Magenaut

Here is the problem:

Categories Python, Q&A Tags pip, python, virtualenv Leave a comment

ImportError: No module named ‘encodings’

August 20, 2022 by Magenaut

I recently reinstalled ubuntu and did upgrade to 16.04 and cannot use python:

Categories Python, Q&A Tags development-environment, python, python-3.x, virtualenv Leave a comment

What is the purpose of “pip install –user …”?

August 20, 2022 by Magenaut

From pip install --help:

Categories Python, Q&A Tags pip, python, python-3.x, virtualenv Leave a comment

How to activate an Anaconda environment

August 20, 2022 by Magenaut

I’m on Windows 8, using Anaconda 1.7.5 64bit.

Categories Python, Q&A Tags anaconda, conda, python, virtualenv Leave a comment

How do I update/upgrade pip itself from inside my virtual environment?

August 19, 2022 by Magenaut

I’m able to update pip-managed packages, but how do I update pip itself? According to pip --version, I currently have pip 1.1 installed in my virtualenv and I want to update to the latest version.

Categories Python, Q&A Tags package-managers, pip, python, upgrade, virtualenv Leave a comment

What is the easiest way to remove all packages installed by pip?

August 19, 2022 by Magenaut

I’m trying to fix up one of my virtualenvs – I’d like to reset all of the installed libraries back to the ones that match production.

Categories Python, Q&A Tags pip, python, python-packaging, virtualenv Leave a comment
Older posts
Page1 Page2 … Page6 Next →
  1. michealSmith07 on Is there a way to dynamically refresh the less command?August 21, 2022

    That is a very nice post. I like this post.

  2. anonymous on Fix libwacom9 dependency issue when upgrade DebianJune 27, 2022

    saved my day!! Thanks for the help…

  3. sreedhar on Fix libwacom9 dependency issue when upgrade DebianMay 10, 2022

    Thanks its working

  4. saintnick on Fix libwacom9 dependency issue when upgrade DebianMay 10, 2022

    remove libwacom2 worked for me as well

  5. ranafoul on Fix libwacom9 dependency issue when upgrade DebianApril 22, 2022

    apt remove libwacom2 helped on kali 2022.01. gr8

.net ajax asp.net asp.net-core asp.net-mvc asp.net-mvc-3 asp.net-mvc-4 asp.net-web-api bash c# command-line css custom-post-types custom-taxonomy dataframe dictionary django entity-framework functions gridview html iis javascript jquery json linux list matplotlib numpy pandas php plugin-development plugins posts python python-2.7 python-3.x security shell shell-script sql string vb.net webforms wp-query

© 2026 Magenaut • Built with GeneratePress