Top "Virtualenv" questions

virtualenv is a tool that creates sandboxed Python environments.

Execute Python script within Jupyter notebook using a specific virtualenv

I would like to execute a long running Python script from within a Jupyter notebook so that I can hack …

python python-3.x jupyter-notebook virtualenv jupyter
How to resolve "dyld: Library not loaded: @executable_path.." error

I was trying to check the AWS-CLI version on my MAC OS X. And the below error hit back: dyld: …

python virtualenv dyld executable-path
How to install virtualenv without using sudo?

I have easy_install and pip. I had many errors on my Linux Mint 12, I just re-installed it and I …

python django virtualenv pip easy-install
Virtualenv - workon command not found

I followed these steps to set up virtualenv + virtualenvwrapper: $ sudo apt-get install python3-pip $ sudo pip3 install virtualenv $ sudo pip3 …

python-3.x virtualenv virtualenvwrapper
Get virtualenv's bin folder path from script

I'm using virtualenvwrapper with a django project that has a management task that automatically writes some config files, so the …

python django virtualenv virtualenvwrapper
What is the relationship between virtualenv and pyenv?

I recently learned how to use virtualenv and virtualenvwrapper in my workflow but I've seen pyenv mentioned in a few …

python virtualenv virtualenvwrapper pyenv
mkvirtualenv: command not found

I'm new to Python virtual environments, so after reading this tutorial I tried to create my first environment using virtualenvwrapper. …

python bash virtualenv virtualenvwrapper
How to rename a virtualenv in Python?

I misspelled the name of the virtualenv while initializing it using: $ virtualenv vnev I actually intended to create the environment …

python directory virtualenv
Python - manually install package using virtualenv

I have a python program I want to install into my virtualenv - it's a zip package that I need …

python installation virtualenv pip virtualenvwrapper
How to downgrade python version from 3.8 to 3.7 (mac)

I'm using Python & okta-aws tools and in order to fetch correct credentials on aws I need to run okta-aws …

python virtualenv okta pipenv python-3.8