We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0f68232 commit 43bed03Copy full SHA for 43bed03
rasa/__main__.py
@@ -1,3 +1,4 @@
1
+import os
2
import sys
3
import argparse
4
import logging
@@ -70,7 +71,7 @@ def print_version() -> None:
70
71
py_stuff, os_stuff = sys.version.split("\n")
72
print(f"Python Version : {py_stuff}")
73
print(f"Operating System : {os_stuff}")
- print(f"Path : {Path(__file__).parent}")
74
+ print(f"Virtualen Env : {os.environ['VIRTUAL_ENV']}")
75
try:
76
import rasa_sdk
77
0 commit comments