Skip to content

Instantly share code, notes, and snippets.

@loisaidasam
Last active December 7, 2021 07:26
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save loisaidasam/df1443ca344c185eb6eb to your computer and use it in GitHub Desktop.
Save loisaidasam/df1443ca344c185eb6eb to your computer and use it in GitHub Desktop.
TIL how to make a temporary virtualenv - thanks @hery!
$ mktmpenv
New python executable in tmp-f4732394b48189f9/bin/python
Installing setuptools............done.
Installing pip...............done.
This is a temporary environment. It will be deleted when you run 'deactivate'.
(tmp-f4732394b48189f9) sallah:~/.virtualenvs/tmp-f4732394b48189f9$ deactivate
Removing temporary environment: tmp-f4732394b48189f9
Removing tmp-f4732394b48189f9...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment