Skip to main content

Questions tagged [virtualenv]

virtualenv is a tool that creates sandboxed Python environments.

0 votes
0 answers
28 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,594
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
1 vote
0 answers
129 views

Unable to set python environments with old interpreters

I have installed virtualenvwrapper on Arch Linux, as well as the AUR repository python38 so I can set an environment and work with TensorFlow. I have set up .bashrc as usually recommended on the docs ...
manoelpqueiroz's user avatar
0 votes
1 answer
455 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
568 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
1 vote
1 answer
1k views

How to create python virtualenv through userdata in an Amazon EC2 (Amazon Linux 2) instance?

How to create python virtual environment in ec2-instances? I am try to create virtual environment in ec2-instances while i am creating ec2-instances so need to imporve the code on user-data. User-data ...
rajeevpunna's user avatar
0 votes
0 answers
266 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
3 votes
2 answers
17k views

Permission Denied When Trying to Create Python3 Virtual Environment

Ubuntu 18.04 LTS I'm trying to allow users to create their own virutalenv for python3, however when trying to create said environment using a standard user account with this command:$ python3 -m venv ...
Jon's user avatar
  • 53
1 vote
0 answers
365 views

pytest WinError 123 on Windows 10 in conda virtual environment

My question is probably related to this SU question. But this question did not receive any answers, so I will describe the problem again: I open my Anaconda prompt, navigate to my project directory, ...
Nat1's user avatar
  • 11
3 votes
1 answer
661 views

macOS Catalina (10.15) not using correct Python interpreter within virtual environment

Since updating to Catalina, after activating a virtual environment, it does not affect which python interpreter is called when using the python or python3 command. I confirmed that I am still using ...
ramseylove'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
-1 votes
2 answers
2k views

Setting virtualenv and running python code on boot

I'm trying to have some code executed on boot and haven't been able to get it to run as rc.local, cron, or a system service. So I'm sure I'm doing something wrong -- I just don't know what. These are ...
dy1's user avatar
  • 1
3 votes
1 answer
6k views

I started virtualenv on Mac OS, then unable to deactivate it completely

I started virtualenv on my Mac OS, using the commands python -m virtualenv envsp source env/bin/activate Then it was successfully activated. Then I entered exit, and I got a response which says ...
debchakra'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

15 30 50 per page