python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
pipenv install: the environment variable LANG is not set
I changed my laptop with window process to macOS and I installed some development tools and virtual environment tools.
Now I get this error message while installing pipenv
the environment variable LAN...
Seowoo Jang
Votes: 0
Answers: 0
How can I make packages installed using Poetry accessible in Docker?
I have a Django REST framework API that I'm trying to run in Docker. The project uses Poetry 1.1.12. When running, I can see that Poetry is installed correctly, and that Poetry installs the packages i...
404usernamenotfound
Votes: 0
Answers: 2
cannot create python virtual environment (exit status 101)
When I try to generate a virtual environment, the following error pops up on Windows 11:
PS C:\programming\tmp> python -m venv venv
Error: Command '['C:\\programming\\tmp\\venv\\Scripts\\python.exe...
user7431005
Votes: 0
Answers: 1
Pip config settings not working for virtual environment
Studying https://pip.pypa.io/en/stable/topics/configuration/ I understand that I can have multiple pip.conf files (on a UNIX-based system) which are loaded in the described order.
My task is to write ...
kerfuffle
Votes: 0
Answers: 1