Skip to main content

Questions tagged [virtualenv]

virtualenv is a tool that creates sandboxed Python environments.

31 questions with no upvoted or accepted answers
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
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
713 views

Creating Python venv for running a dash application on PythonAnywhere

I am trying to create a Python venv to include packages like dash so I can deploy a dash application on PythonAnywhere. I was unable to follow the PythonAnywhere instructions for creating a virtual ...
jchan's user avatar
  • 1
0 votes
0 answers
64 views

Monitor does not come out of sleep at power-up until I press reset button

I have just upgraded from Ubuntu 18.1 to Ubuntu 19.04. My PC configuration is: Motherboard: Gigabyte EP43T-USB3 Processor: Intel® Core™2 Quad CPU Q8400 @ 2.66GHz Graphics: Nvidia GeForce GT 730/PCIe/...
Coduser's user avatar
  • 101
0 votes
1 answer
1k views

Keeps getting &Python Path was unexpect at this time error in VS Code

This issue happening starting from today when I was doing some coding in Python in Visual Studio Code. I usually develop my program in a virtual environment, but today for some reason, when I tried to ...
Jie Jenn's user avatar
  • 101
0 votes
1 answer
288 views

how to auto start supervisor installed in a virtual env on host startup/boot

I have an ubuntu server, and installed supervisor already in side my virtualenv, and it's working when I manually start it up. I also tried to put the init script under /etc/init.d/ folder, but cannot ...
sen's user avatar
  • 1
0 votes
1 answer
6k views

python virtualenv ERROR: unknown command "config"

# virtualenv tmp/.venv New python executable in /root/tmp/.venv/bin/python Complete output from command /root/tmp/.venv/bin/python -m pip config list: ERROR: unknown command "config" -----------------...
Gary Allen's user avatar
0 votes
1 answer
404 views

Is there a simple low-overhead way to install deb packages in a virtual environment?

When I'm working on some arbitrary project I usually need a couple of packages. For all the python packages I create a virtualenv so that once I'm done I can delete the whole thing, and it does not ...
Pepijn's user avatar
  • 555
0 votes
0 answers
1k views

Remove Python alias to use virtualenv for Python

When I install virtualenv and activate it which python returns my /usr/bin/python. I read here it is because I have python alias in my bash startup scipt and virtualenv doesn't work with it. However, ...
Hrvoje T's user avatar
  • 1,949
0 votes
1 answer
1k views

How to install numpy on Python 2.7 in virtualenv?

I'm trying to install numpy on Python 2.7 in virtualenv (on Cygwin). However, when I try to import numpy, I get an ImportError: Administrator@Ron ~/python/virtualenv $ virtualenv -p /usr/bin/python2....
boardrider's user avatar
  • 1,163
0 votes
3 answers
11k views

Windows CMD cannot use Python Virtualenv or Django commands

I'm trying to use python Virtualenv and Django. I have successfully installed both using Pip. On every tutorial I've found, it tells me to open CMD and type in a command. For example: C:\Users\USER\...
user117279's user avatar
0 votes
1 answer
298 views

Python - Turbo Gears setup

I'm trying to setup a Turbogears enviroment for Python, following the guide here http://turbogears.readthedocs.org/en/latest/turbogears/wiki20.html#wiki20 I'm stuck at the virtualenv tgnev step, ...
nineofclubs's user avatar

15 30 50 per page