question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

[FEATURE] Add a Python 3 runner and pack wide virtualenv option

See original GitHub issue

All 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,

  1. Add a python3 runner to compliment the python runner
  2. 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:closed
  • Created 7 years ago
  • Reactions:10
  • Comments:18 (14 by maintainers)

github_iconTop GitHub Comments

1reaction
tonybaloneycommented, Jan 1, 2018

I’m going to start a WIP PR

0reactions
LindsayHillcommented, Jun 19, 2018

Python 3 action support added into 2.8dev https://github.com/StackStorm/st2/pull/4149

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found