/snakeDevTestLab

for multiple python virtual environment

Primary LanguageShell

prerequisite

https://www.vagrantup.com/downloads.html
https://www.virtualbox.org/wiki/Downloads

usage

git clone https://github.com/khinpyaephyosan/snakeDevTestLab.git
cd snakeDevTestLab
vagrant up
vagrant ssh mydevenv

usrname:password
ansible:ansible
vagrant:vagrant

testing environment

| virtual environment |
#activate python venv
source /opt/py2venv/bin/activate
or
source /opt/py3venv/bin/activate
#check python version
python --version
#deactivate python2 venv
deactivate

OR

| with docker |
./opt/runme_py2.sh
./opt/runme_py3.sh

pydevenv

for multiple python virtual environment