[PYTHON] Create an environment with virtualenv

I will write it as a memorandum.

environment

Middleware version
OS macOS Sierra
Python 3.6.1
pip 9.0.1
virtualenv 15.0.1

Implementation content

If you execute the following command anywhere according to the official documentation, it will be as follows.

$ virtualenv ENV
Using base prefix '/Users/<User directory>/.pyenv/versions/3.6.1'
New python executable in /Users/<User directory>/Desktop/ENV/bin/python3.6
Also creating executable in /Users/<User directory>/Desktop/ENV/bin/python
Installing setuptools, pip, wheel...done.

Here, ʻENV` is a folder of the newly created environment, and if you give it an arbitrary name, a folder will be created with that name.

Reference material

Recommended Posts

Create an environment with virtualenv
Create an API with Django
Manage python environment with virtualenv
Create an OpenAI Gym environment with bash on Windows 10
Create an environment for test automation with AirtestIDE (Tips)
Build python virtual environment with virtualenv
Create a virtual environment with Python!
Create an Excel file with Python3
Create an age group with pandas
Create an environment for "Deep Learning from scratch" with Docker
Minimum Makefile and buildout.cfg to create an environment with buildout
Create a Todo app with Django ① Build an environment with Docker
Create an application by classifying with Pygame
[Python] Building an environment with Anaconda [Mac]
Create an image processing viewer with PySimpleGUI
How to create an NVIDIA Docker environment
Note when creating an environment with python
[Python] Create a virtual environment with Anaconda
Quickly create an excel file with Python #python
Create Python + uWSGI + Nginx environment with Docker
Create a virtual environment with Python_Mac version
Create an update screen with Django Updateview
Create an environment for Django x Apache x mod_wsgi with Vagrant (Ubuntu 16.04)
Create an OpenCV3 + python3 environment on OSX
[Python] Quickly create an API with Flask
Create an add-in-enabled Excel instance with xlwings
Create an English word app with python
Clean python environment with pythonz and virtualenv
Create an arbitrary machine learning environment with GCP + Docker + Jupyter Lab
Create an upgradeable msi file with cx_Freeze
Create an app that guesses students with python
Create execution environment for each language with boot2docker
Create an academic society program with combinatorial optimization
Building a python environment with virtualenv and direnv
Building an Anaconda environment for Python with pyenv
Create an image composition app with Flask + Pillow
Create the strongest calculator environment with Sympy + Jupyter
Create an environment of 64bit Windows + python 2.7 + MeCab 0.996
Create a virtual environment with conda in Python
Manage Python multiple version environment with Pythonz, virtualenv
Create a python3 build environment with Sublime Text3
Various commands for building an environment with Apache
Create Nginx + uWSGI + Python (Django) environment with docker
Create an image with characters in python (Japanese)
[Python] Create an asynchronous task execution environment + monitoring environment
Commands for creating a python3 environment with virtualenv
Work in a virtual environment with Python virtualenv.
Try building an environment for MayaPython with VisualStudioCode
Create an API server quickly with Python + Falcon
Install LightGBM in an OS X virtualenv environment
Use pipdeptree with virtualenv
Creating an environment for OSS-DB Silver # 1_Create a Linux environment (CentOS7 virtual environment) with VirtualBox/Vagrant
Quickly create an environment where you can play with Raspberry Pi 4 (target 1 hour)
Python environment with docker-compose
Create games with Pygame
Create filter with scipy
Start IPython with virtualenv
Create a Python environment
I tried to create an environment to check regularly using Selenium with AWS Fargate
Virtual environment with Python 3.6
Create an animated GIF local server with Python + Flask