Most voted "virtualenv" questions
Virtualenv is a simple and powerful tool that allows you to create isolated Python development environments, that is, it makes it possible to use several libraries in the same environment without conflicts between them.
Learn more…27 questions
Sort by count of
-
7
votes3
answers4863
viewsInstall with PIP through the Resets.txt file inside Virtualenv?
I learned these days that through command pip freeze > requirements.txt, i can generate a list of dependencies of a specific project where I am using VirtualEnv. How do I install all the…
-
5
votes2
answers1359
viewsShould I commit my virtualenv to Github?
I did a project in Python using a virtualenv, in this case I should upload all virtualenv to Github or just the Python code?
-
3
votes3
answers706
viewsvirtualenv with kivy
Using Ubuntu 16.04, I installed virtualenv and created a virtual environment. In this virtual environment I installed Cython using: pip install cython==0.23 I’ll have Kivy installed: pip install…
-
3
votes1
answer282
viewsDoubts about virtualenv
I’m starting development with virtualenv and some doubts have arisen, are they: Python scripts need to be inside the virtual environment folder? In the Pycharm IDE, you need to configure something…
-
3
votes2
answers242
viewsWhat is virtualenv for in Python?
What is virtualenv for in Python? Do you have any alternative to non-use or is it more advisable to use it?
-
3
votes3
answers1081
viewserror install virtualenv in python
I can’t create virtualenv, I did a search teaching how to install and when I run the install from it this error here Python version 3.8.3 > root@AlexPc:/# apt install python3-virtualenv Lendo…
-
2
votes1
answer106
viewsHow can I use Django 1.9.6 within my virtual environment?
I’m trying to use version 1.9.6 of Django in the virtual environment 'myvenv' that I created through the Ubuntu terminal, but even after having done the installation through the command pip3 install…
-
2
votes1
answer721
viewsError installing psycopg2 in a pypy virtualenv environment
I installed the shape sequinte pypy: wget https://bitbucket.org/pypy/pypy/downloads/pypy3-v5.10.1-linux64.tar.bz2 tar xf pypy3-v5.10.1-linux64.tar.bz2 virtualenv -p ~/pypy3-v5.10.1-linux64/bin/pypy…
-
2
votes3
answers158
viewsUse of virtualenv python
I’m starting to use virtualenv for projects and in the process I came up with a question, after activating the environment, every time I enter or exit the folder it activates and deactivates…
-
1
votes1
answer155
viewsinstalling Django in a venv
I am trying to install the latest version of Django (1.9.6) in my virtualenv, but when I use the Pip install Django command, within the virtual environment, I get the following return: Requirement…
-
1
votes2
answers1104
viewsHow to create a virtualenv with a python seaman other than the ones installed?
I am using virtualenv to install some packages of my projects so that they do not conflict, but I need to use a version of python that is not installed on the system, as I use linux the same already…
-
1
votes2
answers444
viewsHow to configure the Django environment and maintain settings?
Hello, I’m starting to learn Django and well part of the material teaches how to Make Environment Setup with Virtualenv. However I am having many difficulties to configure the System. First, I use a…
-
1
votes1
answer579
viewsProblems with the vscode interpreter
Well, the Code works, I changed the vscode interpreter that was in global python 3.7 from Ubuntu even to virtualenv python, the code works, but I do not understand why this error in Problems. I’m…
python visual-studio-code importing virtualenv interpreterasked 5 years, 4 months ago Raisler Voigt 73 -
1
votes0
answers37
viewsError creating Virtualenv on Windows
I am trying to create a virtualenv in windows but am getting the following error: line = line.decode(fs_encoding) UnicodeDecodeError: 'utf-8' codec can't decode byte 0xe3 in position 283: invalid…
-
0
votes1
answer120
viewsProblem creating environment with Django
I’m trying to create a project in virtualwrapper environment with virtualwrapper tool, in this environment I installed Jango but when trying to create a project with the command django-admin…
-
0
votes2
answers1323
viewsPIP does not work in virtualenv
After activating the virtutalenv Pip does not work, I get the following error wilker@debian:~/Documentos/Git/Curso Django/Blog$ source bin/activate (Blog) wilker@debian:~/Documentos/Git/Curso…
-
0
votes1
answer708
viewsStart a virtualenv with file . bat
I got this . bat cd C:\Users\SERVIDOR-ARQUIVOS\Documents\workspace\email\.venv\Scripts activate.bat cd C:\Users\SERVIDOR-ARQUIVOS\Documents\workspace\email\src python manage.py (comando…
-
0
votes1
answer176
viewsProblem activating the Virutal environment with pipenv
When I opened the powershell inside Visual Studio Code, first, there was an error that the script execution had been disabled, I went to the windows powershell and changed the execution policy.…
-
0
votes1
answer1333
viewsError creating python mkvirtualenv virtual environment 3.6
After installing python 3.6 and then virtualenvwrapper via Pip (Pip install virtualenvwrapper-win), I tried to create a virtual environment by the "mkvirtualenv name" command and the following error…
-
0
votes1
answer171
viewsHow to run a virtual python Environment on the linux crontab?
created a virtual Environment: python -m venv test pip install -r requirement.txt And I created a scrip C:\fnord\Documents\Scripts_python\test\Scripts\test.py So, how should I proceed to create…
-
0
votes1
answer241
viewsAccess Denied Error while trying to install my virtual environment in Python
When I try to install my virtual environment in Python, through the " Pip install virtualenv "command, the installation starts but then the following message appears: " ERROR: Could not install…
-
0
votes0
answers12
viewsPIPENV - local - different folder directory for package-related files
This is my first post here I’d like to ask for a help. I currently program in python and use Conda(anaconda) and/or virtualenv to manage/isolate my packages in python, using Pycharm and/or Vscode as…
-
-1
votes1
answer17
viewsROOT-Cern import inside a virtual env and inside lxplus
I need to use Condorht (CERN software) for my analysis, but the python macro I want it to work on has some libraries that cannot be imported into lxplus(Ern environment), so I created a virtual…
-
-2
votes1
answer47
viewsPython Virtualenv showing computer libs
good night. (I use Ubuntu) I’m dealing with flask with some colleagues and we use Virtualenv to create virtual environments. My problem is this: Whenever I pull something from github and already…
-
-2
votes1
answer59
viewsHow to enable Virtualenv in Windows command prompt?
On Linux I can run . bin/activate I tried the same command on Windows, but it didn’t work. How do I activate virtualenv on Windows?
-
-2
votes1
answer39
viewsVirtualenv python between Win/Linux machines
I got a problem, somebody’s been through it ? I have a Python/Django project on a linux pc, and this project is in a repository on github. Dei git clone in this repositorio on another windows pc, so…
-
-3
votes1
answer42
viewsHow to use IDLE within a virtual environment?
When we install Python it automatically installs an IDLE together, but when creating a Virtual Environment it does not install. How do I gain access to IDLE within a virtual environment?