Skip to main content

Questions tagged [virtualenv]

virtualenv is a tool that creates sandboxed Python environments.

1 vote
0 answers
219 views

How can I troubleshoot VENVs `--system-site-packages` not mirroring my system?

I'm running Arch Linux and want to use virtual environments to install only those few PIP packages I use for specific projects while continuing to use the Arch packages for Python. However, when I ...
xtian's user avatar
  • 1,005
1 vote
1 answer
462 views

lost virtualenv display to the left of bash prompt

I added thy Holy prompt to display my current branch so I never push to master. We all use it and it works, but I am no-longer seeing what virtualenv I'm using at the moment, which is a hassle. Based ...
codyc4321's user avatar
  • 410
1 vote
0 answers
213 views

Installing specific Not-In-Repository version of python-dev within virtualenv without using VCS

I have read the question : How can I install python-dev without sudo? However it does not quite cover the issues I am facing. I have a Debian 6.0.9 server with system python 2.6.6 installed. We ...
stbonearth's user avatar
0 votes
2 answers
5k views

Find the explicit path of %USERPROFILE% in windows 7

I am trying to find the current %USERPROFILE% path on windows 7. What is the simplest way to do this? I've tried hunting around with regedit N.b. I'm doing this as part of setting up a python ...
Lee's user avatar
  • 899
0 votes
1 answer
862 views

Unable to set up virtualenv on CentOS for python3

I am using a server that runs CentOS. The default version of python there is 2.7. It also has python3.4 installed. The package I need to work with requires python3.5. I installed python3.5 but it was ...
user avatar
0 votes
2 answers
1k views

virtualenv cannot create environment

System used= ubuntu 14.04 , python = 2.7.6 . I'm trying to setup virtualenvironment using virtualenv to setup django1.8 . I installed pip and virtualenv using below commands apt-get install python-...
sherpaurgen's user avatar
0 votes
0 answers
33 views

Docker build succeeds on one system but not on other

System info I've been Dockerizing an application on System A, which is a Debian 12 clean installation, AMD64 architecture. The system info: Linux debian12.localdomain 6.1.0-17-amd64 #1 SMP ...
Shayan's user avatar
  • 1,604
0 votes
0 answers
42 views

virtualenv and pip version inside

I installed fresh Ubuntu 20.04 (which I believe comes with python3.8) and then additionally installed: sudo apt install python3.9 sudo apt install python3.9-dev sudo apt install python3-pip I want to ...
Piotr's user avatar
  • 101
0 votes
0 answers
96 views

Philosophy of virtualenv

Can somebody explain the philosophy of virtualenv? I fully understand how it works - if I use scripts by hand. I've to enter to some folder, run virtualenv and do what I want in secure environment. ...
Tomasz Brzezina's user avatar
0 votes
1 answer
460 views

User and virtual environment in ubuntu linux

Hi I'm new to linux and currently I'm using ubuntu as my linux distribution. Right now I'm confused about user in ubuntu and search online about it. I found article about it in digital ocean that says ...
Luandre Ezra's user avatar
0 votes
0 answers
579 views

How can I customize the virtualenv info in zsh theme?

I use the bureau theme (little customized) with oh-my-zsh. .zshrc file zsh-theme file p0tt3r@wand ~ [21:19:10] () >🔮$ ...
vchrombie's user avatar
0 votes
0 answers
270 views

error msg when open linux terminal

I installed a virtualenv in the other day using pip and its not working properly, also when i start the terminal it opens whit that msg on the top > bash: /usr/bin/python: Arquivo ou diretório ...
Rossi Alex's user avatar
0 votes
1 answer
2k views

Properly installing and using Nuitka within Anaconda, " No module named 'nuitka.__main__' "

I'm trying to use Nuitka within the Anaconda Prompt. Nuitka has been installed through conda: conda install -c conda-forge nuitka See documentation here: https://nuitka.net/doc/user-manual.html#...
cubic.inf's user avatar
0 votes
0 answers
3k views

virtualenv returns [Errno 13] Permission denied

I am trying to start a new virtual environment in my folder. I have Python3, Python2 and virtualenv installed, it doesn't seem to be a dependency problem. I do the command: sudo virtualenv -p ...
CTFE's user avatar
  • 1
0 votes
1 answer
146 views

virtualenv creates a thousand processes in cygwin

So i attempted to run a virtual environment, but the command, virtualenv venv Started about 1000 python processes and never completed. Is this normal or some bug? I am working in cygwin on windows ...
T. Felle's user avatar

15 30 50 per page