Python scripts development using Python Virtual Environment.
Automatic VirtualEnv and Dockerfile setup through scripts and make
commands
Verify python is installed into your computer and added to the PATH
The recommended approach in this case would be to download python manually if it is not installed in the computer.
For this task, direct to the link: https://www.python.org/downloads/
Install Chocolatey into your computer:
- Open Powershell with administrative privileges
- Run the following code:
Set-ExecutionPolicy Bypass -Scope Process -Force; [System.Net.ServicePointManager]::SecurityProtocol = [System.Net.ServicePointManager]::SecurityProtocol -bor 3072; iex ((New-Object System.Net.WebClient).DownloadString('https://community.chocolatey.org/install.ps1'))
For more information about this package manager, please direct to: https://www.github.com/miguelestradam36/chocolatey-for-windows
NOTE: Once Chocolatey has been installed.
- In the same window/session
- Execute the following commands:
chocho install make
For a first use, to automatically create the Python virtual Environment with all its functionalities, execute the command:
make build-venv
To be directed to the docs main readme
- Press the following link: Docs
- AWS: further documentation
- Azure: further documentation
- Snowflake: further documentation
- Python: further documentation
- Makefile: further documentation
- Miguel Estrada: [email protected]