If you wish to make your Python 3.x application more portable with dependencies without making a container. What sequenc

Business, Finance, Economics, Accounting, Operations Management, Computer Science, Electrical Engineering, Mechanical Engineering, Civil Engineering, Chemical Engineering, Algebra, Precalculus, Statistics and Probabilty, Advanced Math, Physics, Chemistry, Biology, Nursing, Psychology, Certifications, Tests, Prep, and more.
Post Reply
answerhappygod
Site Admin
Posts: 899603
Joined: Mon Aug 02, 2021 8:13 am

If you wish to make your Python 3.x application more portable with dependencies without making a container. What sequenc

Post by answerhappygod »

If you wish to make your Python 3.x application more portablewith dependencies without making a container. What sequence ofcommands are needed to setup a python virtual environment?
a).
pip3 install venv && python3 ./activate.py
b).
python3 --user virtualenv && activate.py
c).
pip3 install virtualenv && ./activate.py
d).
python3 -m venv env && source env/bin/activate
Join a community of subject matter experts. Register for FREE to view solutions, replies, and use search function. Request answer by replying!
Post Reply