Skip to content

Instantly share code, notes, and snippets.

@amatai
Last active February 20, 2020 04:49
Show Gist options
  • Save amatai/8c13486782c4fb402dda7eb8e28be00d to your computer and use it in GitHub Desktop.
Save amatai/8c13486782c4fb402dda7eb8e28be00d to your computer and use it in GitHub Desktop.
Python Temporary Virtualenv
$ mktmpenv -p `which python3.7`
Running virtualenv with interpreter /usr/bin/python3.7
Using base prefix '/usr'
/usr/lib/python3/dist-packages/virtualenv.py:1086: DeprecationWarning: the imp module is deprecated in favour of importlib; see the module's documentation for alternative uses
import imp
New python executable in /home/ajay/.virtualenvs/tmp-bf135004fa2bf83f/bin/python3.7
Also creating executable in /home/ajay/.virtualenvs/tmp-bf135004fa2bf83f/bin/python
Installing setuptools, pkg_resources, pip, wheel...done.
This is a temporary environment. It will be deleted when you run 'deactivate'.
(tmp-bf135004fa2bf83f) [~/.virtualenvs/tmp-bf135004fa2bf83f]$
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment