[PYTHON] Frequently used commands in virtualenv

Describes frequently used commands in virtualenv

Create a virtual environment by specifying the version of python. ~ / hoge specifies the directory for creating the virtual environment

$ virtualenv hoge_env --python=/usr/bin/python2.6 ~/hoge

Make the virtual environment active

$ source ~/hoge/bin/activate

Make the virtual environment deactive

$ deactivate

that's all

Recommended Posts

Frequently used commands in virtualenv
8 Frequently Used Commands in Python Django
pyenv Frequently used commands
Frequently used tmux commands
Frequently used Linux commands
Frequently used Linux commands
Frequently used linux commands
Frequently used pip commands
A collection of commands frequently used in server management
Linux Frequently Used Commands [Personal Memo]
[Linux] Frequently used Linux commands (file operation)
Frequently used Linux commands (for beginners)
List of frequently used Linux commands
[Anaconda3] Summary of frequently used commands
[Linux] Frequently used Linux commands (folder operation)
[Linux] Review of frequently used basic commands 2
Summary of frequently used commands of django (beginner)
Disk-related commands often used in Ubuntu (memories)
[Linux] List of Linux commands used in practice
[python] Frequently used techniques in machine learning
[Linux] Review of frequently used basic commands
python in virtualenv
[Linux command] A memorandum of frequently used commands
[Python/Django] Summary of frequently used commands (2) <Installing packages>
Summary of frequently used commands (with petit commentary)
Docker. Set frequently used commands to alias "with explanation"
Note the frequently used options in Python + Selenium + Chrome
Display a list of frequently used commands on Zsh
[For beginners] Django Frequently used commands and reference collection
Frequently used ps command options
Run shell commands in python
Commands often used in the development environment during Python implementation
Settings often used in Jupyter
[Python] Frequently used library code
Timer used in while loop
Frequently used subpackages of SciPy
I tried to summarize the commands often used in business
Python frequently used code snippets
[Python] A memo of frequently used phrases (by myself) in Python scripts
A class that summarizes frequently used methods in twitter api (python)
Check for external commands in python
[Golang] Notes on frequently used functions
Handle dates in Linux bash commands
[Python] Basic knowledge used in AtCoder
Classify frequently used file / folder dialogs
Use rospy with virtualenv in Python3
Grammar summary often used in pandas
Commands often used on GAE / P
[Python/Django] Summary of frequently used commands (4) -Part 1- <Production operation: Amazon EC2 (Amazon Linux 2)>
Modules of frequently used functions in Python (such as reading external files)