Using version manager asdf-vm:
Install Python Plugin:
$ asdf plugin-add python https://github.com/danhper/asdf-python.gitPython version is specified in .tools-versions file.
$ asdf installNote: This can be installed using package managers as well, the instruction may vary according to your package manager:
- In Ubuntu:
sudo apt-get install python3- In OSx:
brew install python3Using package manager Chocolatey
C:\> choco install python3From root project directory run:
$ pipenv installFrom root project folder, enable virtual env typing
pipenv shellWith pipenv virtualenv enabled and from the root project folder run
python python_video.pyNote: It's possible to execute the script directly with pipenv using:
pipenv run python python_video.pyTo Disable it type exit