Last active
February 20, 2020 04:49
-
-
Save amatai/8c13486782c4fb402dda7eb8e28be00d to your computer and use it in GitHub Desktop.
Python Temporary Virtualenv
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$ 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