Created by Cley Randal
over 7 years ago
|
||
Question | Answer |
O que é o virtualenv? | É uma ferramenta que permite que criemos ambientes virtuais isolados para projetos Python. Ou seja, podemos instalar pacotes usando o PIP que estarão presentes somente naquele ambiente. |
O que é o virtualenvwrapper? | wrappers for creating and deleting virtual environments and otherwise managing your development workflow, making it easier to work on more than one project at a time without introducing conflicts in their dependencies. |
Como instalar o virtualenvwrapper? | $ sudo apt-get install virtualenvwrapper |
Como saber se o virtualenvwrapper está instalado e onde está instalado? | $ whereis virtualenvwrapper virtualenvwrapper: /usr/share/virtualenvwrapper |
FONTES: | 1 - http://virtualenvwrapper.readthedocs.io/en/latest/index.html |
Want to create your own Flashcards for free with GoConqr? Learn more.