Skip to main content

All Questions

Tagged with
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
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
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
1 vote
0 answers
262 views

Unable to set python3 as default on cloud9 using virtualenv

I'm using AWS cloud9 and am having trouble switching from python2 (which is default when you create an environment) to python3. My goal is to run a flask app and have it run in python3. I've tried ...
dfenjves's user avatar
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
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 ...
user avatar
0 votes
1 answer
375 views

I have lost the venv part of my agnoster prompt on Apple Mac

macOS 10.12.6 Sierra Hello, I have just installed Zsh and Oh-my-zsh. I then selected the Agnoster theme and was very happy with it. Now, after some tweaking I seem to have lost the venv part of my ...
user avatar