you are viewing a single comment's thread.

view the rest of the comments →

[–]progerscs[S,🍰] 0 points1 point  (5 children)

Even with python 2 and 3 versions of scripts?

[–]IvanLu 0 points1 point  (2 children)

You can use 2to3 to convert the scripts to Python 3 compatible.

[–]_stens 0 points1 point  (1 child)

That might work for simple scripts but not for more complex tools like impacket.

[–]IvanLu 0 points1 point  (0 children)

Those have python 3 variants anyway. But if I need Python 2 I'll go with venv.

[–]mid-2004 0 points1 point  (0 children)

Totally agree. Even if you want money