Hacker News
- Show HN: Virtualenv-mv – Move (rename) Python virtualenvs https://github.com/brbsix/virtualenv-mv 30 comments
- Virtualenv 20.0.0 Released https://virtualenv.pypa.io/changelog.html 13 comments
- Why I hate virtualenv and pip http://pythonrants.wordpress.com/2013/12/06/why-i-hate-virtualenv-and-pip/ 113 comments
- How I use Django, Virtualenv and Buildout together http://www.sophomoredev.com/2012/06/how-i-use-django-virtualenv-and-buildout-together/ 2 comments
- Basic guide to using virtualenv and virtualenvwrapper http://blog.sidmitra.com/manage-multiple-projects-better-with-virtuale 4 comments
- Tools of the Modern Python Hacker: Virtualenv, Fabric and Pip http://www.clemesha.org/blog/modern-python-hacker-tools-virtualenv-fabric-pip/ 11 comments
Lobsters
- Elegantly activating a virtualenv in a Dockerfile https://pythonspeed.com/articles/activate-virtualenv-dockerfile/ 12 comments python
- Handel python versions and virtualenvs like a pro https://rogulski.it/blog/python-virtualenv-management/ 2 comments python
- Help using lsp-mode/eglot for Python and virtualenvs https://github.com/python-lsp/python-lsp-server 4 comments emacs
- How to avoid having to install neovim in every Python virtualenv? https://stackoverflow.com/questions/13992214/how-to-import-a-globally-installed-package-to-virtualenv-folder 15 comments neovim
- Simplest Virtualenv tutorial http://blog.fisadev.com/posts/virtualenvs-simplest-tutorial/ 3 comments python
- Python-Like Virtualenvs Would Be Really Nice For C/C++ Cross-Compiling (On Debian/Ubuntu) https://gitea.thebrokenrail.com/TheBrokenRail/minecraft-pi-reborn/src/branch/master/cmake/base-toolchain.cmake 18 comments linux
- Jenkins Pipeline Ansible plugin with virtualenv https://www.reddit.com/r/devops/comments/jv3fc0/jenkins_pipeline_ansible_plugin_with_virtualenv/ 5 comments devops
- If you google "raspberry pi install docker-compose" most results advise "sudo pip3 install docker-compose". This is bad! I wrote a script installing docker-compose in an isolated virtualenv so you don't mess with your system packages. https://gist.github.com/blazewicz/04e666ae1f25387c8b291d81b12c550c 10 comments raspberry_pi
- You don't need virtualenv in Go https://eli.thegreenplace.net/2020/you-dont-need-virtualenv-in-go/ 8 comments golang
- Cannot install tensorflow with pip3.8 (virtualenv) https://github.com/tensorflow/tensorflow/issues/33374 19 comments archlinux
- When installing/using Django, do you have to use virtualenv? https://www.reddit.com/r/django/comments/abfwbd/when_installingusing_django_do_you_have_to_use/ 23 comments django
- Creating python virtualenv for django site https://stackoverflow.com/questions/20040141/ansible-command-from-inside-virtualenv 9 comments ansible
- docker-compose and pip must now run in virtualenv? https://www.reddit.com/r/archlinux/comments/9tuyji/dockercompose_and_pip_must_now_run_in_virtualenv/ 6 comments archlinux
- Say Goodbye to Virtualenv http://blog.jaredmorse.com/2018/03/10/say-goodbye-to-virtualenv/ 37 comments django
- [Python] Why Use Virtualenv? Do You Create A New Virtualenv For Each Project? http://facebook-sdk.readthedocs.io/en/latest/install.html 12 comments learnprogramming
- There's no magic: virtualenv edition https://www.recurse.com/blog/14-there-is-no-magic-virtualenv-edition 9 comments programming
- Virtualenv in Perl 5 - install 2 different versions of the same module https://perlmaven.com/virtualenv-in-perl 5 comments perl
- Django book says advantages of developing in virtualenv are manifest and not worth going through. Can we go through them a bit? https://www.reddit.com/r/django/comments/6t9npy/django_book_says_advantages_of_developing_in/ 19 comments django
- Deploying Django, Gunicorn, Nginx, Virtualenv on Digital Ocean gives me 502 Bad Gateway error. I need help. http://stackoverflow.com/questions/43572236/deploying-django-gunicorn-nginx-virtualenv-on-digital-ocean-gives-me-502-bad 19 comments django
- How do you cleanly upgrade to Python 3.6 from 3.5 (including virtualenvs)? https://bbs.archlinux.org/viewtopic.php?id=221623 9 comments archlinux
- adding django to my python path in a virtualenv https://www.reddit.com/r/django/comments/5c7abi/adding_django_to_my_python_path_in_a_virtualenv/ 17 comments django
- How to properly start a Django project with virtualenv http://www.robertdanielgonzalez.com/how-to-start-a-django-project/ 17 comments django
- Using ansible core's pip and virtualenv on Centos or Redhat http://stackoverflow.com/questions/35373354/using-ansible-cores-pip-and-virtualenv-on-centos-or-redhat 4 comments ansible
- Beginner question about virtualenv http://blog.miguelgrinberg.com/post/the-flask-mega-tutorial-part-i-hello-world 5 comments flask
- Using Docker and Docker Compose for local Django development (replacing virtualenv) https://www.calazan.com/using-docker-and-docker-compose-for-local-django-development-replacing-virtualenv/#.vulf_bamdue.reddit 8 comments django
- Reminder (to self): Use python virtualenv http://www.standalone-sysadmin.com/blog/2015/04/reminder-to-self-use-python-virtualenv/ 9 comments sysadmin
- nodeenv 0.8.0 (node.js virtualenv manager) with support Python 3 & prebuilt node.js binaries https://github.com/ekalinin/nodeenv/releases/tag/0.8.0 3 comments node
- I wrote up a how-to on running Django on Ubuntu 12.04 with apache 2, mod wsgi and virtualenv in a, somewhat, structured manner. http://nille.org/django-with-apache-2-mod_wsgi-and-virtualenv-on-ubuntu-12-04/ 18 comments django
- Setting up your Django Environment - Using virtualenv, pip and git http://bartek.im/blog/2010/07/13/django-environment.html 3 comments django
- Befriending Eclipse with Virtualenv for using django. http://garmoncheg.blogspot.com/2011/08/django-virtualenv-with-eclipse.html 3 comments django
- Using RVM for Ruby and virtualenv for Python, and back again. http://gillesfabio.com/blog/2011/03/01/rvm-for-pythonistas-virtualenv-for-rubyists/ 6 comments programming
- Virtualenv + GIT + Bash Prompt http://www.markus-gattol.name/ws/python.html#virtualenv_git_bash_prompt 8 comments programming
- A (Complete) Guide to Running Django using Virtualenv, pip, git, and NginX on Joyent Shared Accelerators http://ecarmi.org:10070/writing/django-on-joyent/ 3 comments django
- Fabric, Django, Git, Apache, mod_wsgi, virtualenv and pip deployment http://morethanseven.net/2009/07/27/fabric-django-git-apache-mod_wsgi-virtualenv-and-p.html 9 comments django