[PYTHON] Using verticalenv in shell scripts

hoge.sh


source `which virtualenvwrapper.sh`
workon py3
python hogehoge.py
deactivate
```



Recommended Posts

Using verticalenv in shell scripts
Shells and shell scripts
Dynamically import scripts in Python
Run shell commands in python
Rename and replace remote files using NcFTP in the shell
Get Python scripts to run quickly in Cloud Run using responder
Scripts that can be used when using bottle in Python
How to execute external shell scripts and commands in python
Translate using googletrans in Python
Using Python mode in Processing
Backup of server materials using shell scripts (with file generation management)
reload in django shell with ipython
Try using Spyder included in Anaconda
GUI programming in Python using Appjar
Precautions when using pit in Python
Run shell command / python in R
Try using LevelDB in Python (plyvel)
Using global variables in python functions
Let's see using input in python
Infinite product in Python (using functools)
Edit videos in Python using MoviePy
Deploy Django in 3 minutes using docker-compose
Handwriting recognition using KNN in Python
LightGBM UserWarning: Using categorical_feature in Dataset
Try using Leap Motion in Python
Depth-first search using stack in Python
When using regular expressions in Python
GUI creation in python using tkinter 2