[FEATURE] Add a Python 3 runner and pack wide virtualenv option
See original GitHub issueAll of our dev effort into APIs, integrations and automation is going on Python 3.
It would be unreasonable to request StackStorm be upgraded to Python 2 so instead I’d like the option to use Python 3 packages and actions within my own packs. That is,
- Add a
python3
runner to compliment thepython
runner - Add the ability to configure in a pack which Python version is used with the virtualenv is created for the pack directory.
❤️
Issue Analytics
- State:
- Created 7 years ago
- Reactions:10
- Comments:18 (14 by maintainers)
Top Results From Across the Web
Python Virtual Environments: A Primer
In this tutorial, you'll learn how to work with Python's venv module to create and manage separate virtual environments for your Python ......
Read more >User Guide — virtualenv 20.17.2.dev2+g6845f6f documentation
Introduction. This will create a python virtual environment of the same version as virtualenv, installed into the subdirectory venv . The command line...
Read more >Using Python 3 in virtualenv - Stack Overflow
On one project, I need to use Python 3.4. I used brew install python3 to install it on my Mac. Now, how do...
Read more >Python Virtual Environments in Five Minutes | Chris Warrick
To create a virtual environment named env , you need to run the venv tool with the Python you want to use in...
Read more >How To Set Up A Python Virtual Environment On Windows 10
Install Python ; Install Pip; Install VirtualEnv; Install VirtualEnvWrapper-win. Note: Remember, these commands should be run within the WSL ...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
I’m going to start a WIP PR
Python 3 action support added into 2.8dev https://github.com/StackStorm/st2/pull/4149