vintasoftware / django-react-boilerplate

Django 5, React, Bootstrap 5 with Python 3 and Webpack project boilerplate
MIT License
1.94k stars 466 forks source link

Request for creating documentation for using virualenv. #649

Closed kaushal087 closed 2 months ago

kaushal087 commented 7 months ago

Is your feature request related to a problem? Please describe. When I use virtualenv, I get a lot of issues in package installation and global/local access. A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]

Describe the solution you'd like Steps can be mentioned in the documentation like it is mentioned for docker.

fjsj commented 7 months ago

Hi @kaushal087 , what issues are you facing exactly? I've had success in using a regular venv:

python -m venv venv
source venv/bin/activate
fjsj commented 2 months ago

Closing due to lack of activity and inability to reproduce.