Communities for your favorite technologies. Explore all Collectives
Stack Overflow for Teams is now called Stack Internal. Bring the best of human thought and AI automation together at your work.
Bring the best of human thought and AI automation together at your work. Learn more
Find centralized, trusted content and collaborate around the technologies you use most.
Stack Internal
Knowledge at work
Bring the best of human thought and AI automation together at your work.
These two commands should work fine for a newbie.
virtualenv -p python2 myenv (For python2)
virtualenv -p python2 myenv
virtualenv -p python3 myenv (For python3)
virtualenv -p python3 myenv
These two commands should work fine for a newbie
These two commands should work fine.