Skip to main content

All Questions

Tagged with
15 votes
5 answers
82k views

What is the alternative for source command in cmd?

I want to run the Windows (Command Prompt) equivalent of source myvenv/bin/activate so as to activate and enter into my virtual environment.
blank_mind's user avatar
0 votes
2 answers
5k views

Find the explicit path of %USERPROFILE% in windows 7

I am trying to find the current %USERPROFILE% path on windows 7. What is the simplest way to do this? I've tried hunting around with regedit N.b. I'm doing this as part of setting up a python ...
Lee's user avatar
  • 899
1 vote
1 answer
2k views

pip install virtualenv taking forever on Windows 7

I'm trying to setup everything in order to start developing with python and Django on a Windows 7 laptop. I already installed python 2.7.11 from here and installed pip using the get-pip.py script and ...
Pablo Messina's user avatar