Linked Questions

28 questions linked to/from Using Python 3 in virtualenv
7 votes
1 answer
18k views

Is there a way for creating the virtualenv folder in a specific directory (i.e., the current directory) using virtualenv / virtualenvwrapper, instead of the default one (i.e., WORKON_HOME). Something ...
0 votes
1 answer
421 views

I am trying to create an python app with Heroku and VirtualEnv. I created the folder structure. and I have these files: requirements.txt j-database-url==0.4.0 Django==1.9.2 gunicorn==19.4.5 psycopg2=...
164 votes
12 answers
723k views

I'm a little confused with the python on osx. I do not know if the previous owner of the laptop has installed macpython using macport. And I remembered that osx has an builtin version of python. I ...
goh's user avatar
  • 29.9k
27 votes
6 answers
135k views

I'm able to install it with root user but I wanted to install it in a clean environment. My use case is to test the installation of another application with pip for the customer who is using python3.7....
22 votes
7 answers
194k views

I have installed Anaconda 2 & 3 in my system. Anaconda 2 contains python 2.7 & Anaconda 3 contains python 3.6. I need to run my python code using command prompt & I need to use python 3.6 ...
Emily Johnson's user avatar
13 votes
2 answers
21k views

Simply trying to create a virtual environment on my mac OSX 10.10.05 Running from the Terminal, already successfully made VirtualEnv on linux and windows OS on other computers. Tried troubleshooting ...
18 votes
6 answers
9k views

Context: I am developping a simple Python application using a PySide2 GUI. It currently works fine in Windows, Linux and Mac. On Windows, I could use PyInstaller and InnoSetup to build a simple ...
9 votes
3 answers
35k views

I'm working on Linux Mint 17 and I'm trying to create a new virtualenv with Python3 like this: python3.6 -m venv env And this is the error that I get: Error: Command '['/home/ric/myprojs/django-...
6 votes
3 answers
21k views

My system is running CentOS 6. I do not have admin access, so sudo is not available. I have Python 2.7.3 available, along with pip and virtualenv. I was hoping that I could use these to set up a new ...
3 votes
3 answers
11k views

I have both Python 3.7 and 3.6 installed. But in my profile I set to use 3.6 and this is indeed a version that gets reported by which python3. $ which python3 /Library/Frameworks/Python.framework/...
Ska's user avatar
  • 6,958
1 vote
2 answers
20k views

I have a problem with Linux in PC. I installed python3.8. I want work with python 3. When I create a virtualenv file it gets created with python2, but I don't want work with python2. How can I enable ...
user avatar
2 votes
2 answers
11k views

I'm having a problem similar to this post, but I am already running the latest version of virtualenv and I also get a different ImportError. Using virtualenv with version 2.7 (default) works fine but ...
1 vote
1 answer
5k views

I'm runing $ virtualenv -p `which python3.6` env_pcl #Running virtualenv with interpreter /usr/bin/python3.6 to create an virtualenv by python3.6 but an error appeared like below: Traceback (...
jia Jimmy's user avatar
  • 1,846
0 votes
2 answers
4k views

I am not sure what is wrong but I can't seem to get python3 in a virtualenv environment. I tried upgrading my ubuntu and updating all the packages - but no luck: python3 -m virtualenv ENV Running ...
TheOne's user avatar
  • 11.2k
2 votes
2 answers
1k views

I've installed existing Django project very 1st time and I've the problem with starting servers python manage.py runserver Here it's what I've done 1.Clone the repo, 2.Make a virtual environment 3....

15 30 50 per page
1
2