Skip to main content
The 2024 Developer Survey results are live! See the results

Questions tagged [virtualenv]

virtualenv is a tool that creates sandboxed Python environments.

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/...
2 votes
2 answers
4k views

systemd service running from pipenv

I wanted to install ElastAlert, an alerting tool written in python2, inside of a pipenv in an attempt to keep applications and their requirements/ dependencies from stepping on one another while ...
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 ...
1 vote
1 answer
2k views

pip install -r requirements.txt not installing everything

I recently installed Mojave and then I had to upgrade my VirtualBox & vagrant afterwards. I am currently having an issue installing the requirements.txt in my venv. Could not find a version that ...
2 votes
0 answers
392 views

VSCode remote Python virtual environment

Here is how the thing doesn't work: The project source code is located on a remote machine. The Python virtual environment is installed in the project's root directory (using venv). I sshfs the ...
0 votes
1 answer
291 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 ...
1 vote
1 answer
503 views

Installing the python packages in virtual enviroment with sudo

Actually I came across the problem while trying to install mySQL on a Django development virtual environment. pip install mysqlclient I tried running sudo pip install mysqlclient. It runs well, but ...
0 votes
1 answer
406 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 ...
3 votes
1 answer
5k views

Python virtualenv not activating in Windows 10 Cmder

I use Cmder on windows 10 with Python 3.5 and virtualenv on my laptop and work computer just fine. Now I have a new computer running Windows 10, Python 3.5, virtualenv 15.0 and I am able to ...
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, ...
17 votes
6 answers
25k views

bash shell error: "no such file or directory"

I am trying to install Virtualenv wrapper on Ubuntu 14.04. But whenever I start a terminal, I get the error saying bash: /usr/share/virtualenvwrapper/virtualenvwrapper_lazy.sh: No such file or ...
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 ...
1 vote
1 answer
2k views

pip install virtualenv taking forever on Windows 7

I'm trying to setup everything in order to start developing with python and Django on a Windows 7 laptop. I already installed python 2.7.11 from here and installed pip using the get-pip.py script and ...
11 votes
2 answers
5k views

Hook into "command not found" handler in Ubuntu

I want to hook into the handler for command not found wim@SDFA100461C:~$ thing No command 'thing' found, did you mean: Command 'tping' from package 'lam-runtime' (universe) Command 'thin' from ...
14 votes
1 answer
21k views

Create a Python 3 virtual environment

I installed python3-virtualenv on Lubuntu 15.1 using the official Ubuntu package apt-get install python3-virtualenv. The official documentation indicates that a simple virtualenv . in my project ...

15 30 50 per page